search for: __wxx11

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

Did you mean: __cxx11
2007 Apr 29
0
[985] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix get_handle on GTK
...t;del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsplong handle; - -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// borrowed from wxPython -#ifdef __WXMSW__ - handle = (long)win->GetHandle(); -#endif - -#if defined(__WXGTK__) || defined(__WXX11) - handle = (long)GetXWindow(win); -#endif - -#ifdef __WXMAC__ - handle = (long)win->GetHandle(); -#endif - </del><ins>+ long handle = (long)win->GetHandle(); </ins><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&amp...
2007 Apr 26
0
[973] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix crasher with Window#get_handle, also comment the paint method
...= self; +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsplong handle; + +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// borrowed from wxPython +#ifdef __WXMSW__ + handle = (long)win->GetHandle(); +#endif + +#if defined(__WXGTK__) || defined(__WXX11) + handle = (long)GetXWindow(win); +#endif + +#ifdef __WXMAC__ + handle = (long)win->GetHandle(); +#endif + +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspreturn LONG2NUM(handle); + } </ins><span class="cx"> } </span></span></...