X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18f42b94df62068a19258b96ac7f569d4d3ba400..507a6cd69a2097a415b81745b014b286ba3d451b:/docs/doxygen/overviews/app.h diff --git a/docs/doxygen/overviews/app.h b/docs/doxygen/overviews/app.h index 261aa5efbf..14e941b155 100644 --- a/docs/doxygen/overviews/app.h +++ b/docs/doxygen/overviews/app.h @@ -10,16 +10,7 @@ @page overview_app wxApp Overview -Classes: wxApp - -@li @ref overview_app_intro -@li @ref overview_app_shutdown - - -
- - -@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 */ -