search for: cwxtoplevelwindow

Displaying 2 results from an estimated 2 matches for "cwxtoplevelwindow".

Did you mean: wxtoplevelwindow
2007 Jun 26
0
[1085] trunk/wxruby2/swig: Add checks and ruby exceptions for two common Wx::Window mistakes leading to
...on of wxRuby requires WxWidgets 2.8.3 or greater" </span><span class="cx"> #endif </span><span class="cx"> </span><del>-extern VALUE mWxruby2; </del><ins>+extern VALUE mWxruby2; // The global Wxruby2 module +extern swig_class cWxTopLevelWindow; // used for wxWindow typemap in typemap.i + </ins><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> %include "typedefs.i" </span></span></pre></div> <a id="trunkwxruby2...
2007 Jul 21
0
[1128] trunk/wxruby2/swig/common.i: Make GC_IsWindowDeleted function globally available
...="cx"> </span><span class="lines">@@ -34,6 +35,7 @@ </span><span class="cx"> </span><span class="cx"> extern VALUE mWxruby2; // The global Wxruby2 module </span><span class="cx"> extern swig_class cWxTopLevelWindow; // used for wxWindow typemap in typemap.i </span><ins>+extern bool GC_IsWindowDeleted(void *ptr); </ins><span class="cx"> </span><span class="cx"> %} </span><span class="cx"> </span></span></pre> <...