]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxTheApp
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Nov 2003 18:37:32 +0000 (18:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Nov 2003 18:37:32 +0000 (18:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tapp.tex

index f748843b83e05279c51d95cec3b48c5333fd10a3..04447cc9c1ec043fa512013a1ef000a49a182389 100644 (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}