search for: settopwindow

Displaying 5 results from an estimated 5 matches for "settopwindow".

2005 Feb 07
7
New Docs - First Look
...can get it so all things get documented I''m going to work on the template for rdoc output. After the template is done, I am going to work on filtering the documenation and to create links and modify cpp style method names to ruby-style names. For example where it would say "wxApp::SetTopWindow" I would change that into a link "App::set_top_window" I hope to have more progress later tonight. Zach
2007 Jul 18
0
[1117] trunk/wxruby2/swig/classes/App.i: No director for GetTopWindow, remove Unlink in OnExit to avoid exception
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspSWIG_RubyUnlinkObjects((void *)this); - </del><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr); </span><span class="cx"> SetTopWindow(0); </span><span class="cx"> if ( oldlog ) </span><span class="lines">@@ -192,7 +186,6 @@ </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&a...
2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...f </span><span class="cx"> </span><del>-#if !wxCHECK_VERSION(2,5,0) - wxTheApp = 0; -#endif </del><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr); </span><span class="cx"> SetTopWindow(0); </span><span class="cx"> if ( oldlog ) </span><span class="lines">@@ -185,7 +172,3 @@ </span><span class="cx"> int main_loop(); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&n...
2007 Jul 21
0
[1136] trunk/wxruby2/swig/classes/App.i: Note when the Wx::App is exiting and avoid doing GC if in process of
...mp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </ins><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr); </span><span class="cx"> SetTopWindow(0); </span><span class="cx"> if ( oldlog ) </span></span></pre> </div> </div> </body> </html>
2007 May 21
0
[1022] trunk/wxruby2/swig/classes/App.i: Memory mgmt: use Wx::App to mark still-alive Windows, set up Wx::THE_APP const
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspSWIG_RubyUnlinkObjects((void *)this); + </ins><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr); </span><span class="cx"> SetTopWindow(0); </span><span class="cx"> if ( oldlog ) </span><del>- { -#ifdef __WXDEBUG__ -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp printf("Deleting oldlog...\n"); -#endif&nbsp&nbsp&nbsp&nbsp&nbsp...