Displaying 1 result from an estimated 1 matches for "null_xxx".
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...con, fixes the ''ok'' method on M (Alex Fenton)
+- Typemap wxTreeItemId to a simple ruby Integer, not a full ruby class (Alex Fenton)
+- Make wx raise an exception if Icon created from non-existent file (Alex Fenton)
+- Fix a GC crasher when using nested sizers (Alex Fenton)
+- Made NULL_XXX objects available from startup though (Alex Fenton) 
+- Moved init StockObjects to App.on_init to avoid GTK error messages (Alex Fenton)
+- Added DEFAULT_VALIDATOR constant (Alex Fenton)
+- Tidied up redundant stuff for old Wx versions in App.i (Alex Fenton)
+- Added convenience wrapper & doc f...