Displaying 1 result from an estimated 1 matches for "fixedswigcode".
2005 Jul 26
10
Patch for wxRuby2
...ould not get wxruby2 to
work. I also
changed line 13 in fixmodule.rb to mWx and line 11 in
fixmainmodule.rb to mWx from mWxruby2.
Also changed mWx in functions.i and XmlResource.i
- Added the xrc example program (again)
- Added typemap to finally get wxItemKind 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...