mention wxTheApp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-24 18:37:32 +00:00
parent 1fc9204a4a
commit 41cd03e9a8

View File

@@ -54,7 +54,9 @@ because required global initialization may not have been performed at applicatio
construction time.
You can also use DECLARE\_APP(appClass) in a header file to declare the wxGetApp function which returns
a reference to the application object.
a reference to the application object. Otherwise you can only use the global
\texttt{wxTheApp} pointer which is of type \texttt{wxApp *}.
\subsection{Application shutdown}\label{wxappshutdownoverview}