Displaying 1 result from an estimated 1 matches for "find_window_".
Did you mean:
find_window
2005 Aug 10
5
more patches
...re a few patches 2 small changes and one a little hefty. All are
to *.i files.
SpinCtrl.patch - Changes cWxSpinCtrl.klass to mWxSpinCtrl in rb_define_method.
Dialog.patch - Removed the %ignore wxDialog::wxDialog line, this line
prevents Dialogs working with XRC.
Window.i - Added special code for find_window_* methods so the correct
object type is returned, this is very important when working with XRC
and you want to get an object by id, name or label.
With these patches I can actually run my program that I started in
wxRuby 0.6, mind you it is not very involved as it is a work in
progress but I am ver...