]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/app.h
Added control over whether size and position units can be changed, and also size...
[wxWidgets.git] / docs / doxygen / overviews / app.h
index 261aa5efbffb30bb2a096d1a5907cb6432c28bda..14e941b15586ac538f070be39be74f504a8b5569 100644 (file)
 
 @page overview_app wxApp Overview
 
-Classes: wxApp
-
-@li @ref overview_app_intro
-@li @ref overview_app_shutdown
-
-
-<hr>
-
-
-@section overview_app_intro Introduction
+@tableofcontents
 
 A wxWidgets application does not have a @e main procedure; the equivalent is
 the wxApp::OnInit member defined for a class derived from wxApp.
@@ -75,6 +66,7 @@ function which returns a reference to the application object. Otherwise you can
 only use the global @c wxTheApp pointer which is of type @c wxApp*.
 
 
+
 @section overview_app_shutdown Application Shutdown
 
 The application normally shuts down when the last of its top level windows is
@@ -133,4 +125,3 @@ int MyApp::OnExit()
 @endcode
 
 */
-