search for: appclass

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

Did you mean: ppclass
2007 May 21
0
[1027] trunk/wxruby2/doc/textile/app.txtl: Ruby-specific Wx::App documentation
...;Brushes":brush.html, "Pens":pen.html, "Colours":colours.html, and +"Icons":icon.html must be done after the app has been started, by +calling main_loop. </ins><span class="cx"> </span><del>-You should use the macro IMPLEMENT_APP(appClass) in your application implementation -file to tell Widgets how to create an instance of your application class. </del><ins>+Any wxRuby program will have a single instance of Wx::App, which can be +accessed once the app has started by the constant @Wx::THE_APP@, or by +the module method @...