search for: wxxxx

Displaying 3 results from an estimated 3 matches for "wxxxx".

Did you mean: xxxx
2005 Sep 03
0
Good news on the crashing problem
...those classes. If there really are no virtual methods (which is true of some classes), we''ll have to add one. Hopefully we''ll be able to just declare the destructor virtual somehow. If not, hopefully we''ll be able to use %extend. Worst case, we''ll tweak the wxXxx.h files, with #if statements around our extra bits so the headers will still represent pure wx. Kevin
2005 Sep 13
1
TextValidator added
Here are the patches needed to add TextValidator. I actually did this one a while back and forgot about it until I needed it today. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have checked in the related changes to reflect the name change. Anyone with a CVS tree will need to re-checkout from CVS because of the module name change. There is now a wx.rb in the lib/ directory, which loads the wxruby2 shared library that gets built. I have tagged this as 0.0.22. Next steps: - Apply Choice.i patch from