Displaying 1 result from an estimated 1 matches for "declare_app".
2007 May 21
0
[1027] trunk/wxruby2/doc/textile/app.txtl: Ruby-specific Wx::App documentation
...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 @Wx::get_app()@.
</ins><span class="cx">
</span><del>-Use DECLARE_APP(appClass) in a header file if you want the GetApp function (which returns
-a reference to your application object) to be visible to other files.
-
</del><span class="cx"> h2. Derived from
</span><span class="cx">
</span><span class="cx"...