search for: mixedcasefunction

Displaying 1 result from an estimated 1 matches for "mixedcasefunction".

2003 Nov 30
0
New wxruby code is checked in
First, I eliminated all the compile warnings, at least on my system. If you get any warnings when you compile wxruby, please let me know. Next, I finally switched the last remaining MixedCaseFunction to follow the ruby_naming_convention: App#OnInit. Now, on startup, App will first try to call your on_init, but if it doesn''t find that it will try the old OnInit form. I encourage you to switch your code to use on_init, but will probably keep OnInit compatibility for quite a while. T...