Displaying 2 results from an estimated 2 matches for "wxbeginbusycursor".
Did you mean:
beginbusycursor
2005 Jul 26
10
Patch for wxRuby2
...mKind working correctly, gets rid
of my fixedswigcode.rb hack.
- Added the wxMenuItem class.
- Added a type check for wxDateTime so CalendarCtrl now works properly
with ruby class DateTime.
- Changed $DEBUG in extconf.rb to $DEBUG_BUILD, for some reason it was
clashing with mkmf on Windows.
- Added wxBeginBusyCursor and wxEndBusyCursor to functions.i
- Added wxToolTip class.
- Many missing methods for existing classes.
- Slight tweaks to the sample programs.
I also made this patch so Kevin can use this patch command:
patch -p1 <diff.list
in the directory above wxruby2
As I said before I am going to be out...
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
...mp);
</span><span class="cx"> return INT2NUM(ret);
</span><span class="cx"> }
</span><del>-%}
</del><ins>+%} // end of Header code
</ins><span class="cx">
</span><span class="cx"> void wxBeginBusyCursor(wxCursor *cursor = wxHOURGLASS_CURSOR);
</span><span class="cx">
</span><span class="lines">@@ -115,6 +113,16 @@
</span><span class="cx">
</span><span class="cx"> void wxSetWorkingDirectory(const wxString &...