// Name: app.h
// Purpose: topic overview
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@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.
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
@endcode
*/
-