From a57f7612b4b5366978652051c0ced312135359d7 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 13 Nov 2007 20:50:38 +0000 Subject: [PATCH] document wxDECLARE_APP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index dc8ef98b9d..ec4bbee62b 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2969,6 +2969,26 @@ to \helpref{wxBase64Encode}{wxbase64encode}. This macro returns the concatenation of two tokens \arg{x} and \arg{y}. +\membersection{wxDECLARE\_APP}\label{wxdeclareapp} + +\func{}{wxDECLARE\_APP}{className} + +This is used in headers to create a forward declaration of the +\helpref{wxGetApp}{wxgetapp} function implemented by +\helpref{wxIMPLEMENT\_APP}{wximplementapp}. It creates the declaration +{\tt className\& wxGetApp(void)}. + +Example: + +\begin{verbatim} + wxDECLARE_APP(MyApp) +\end{verbatim} + +\wxheading{Include files} + + + + \membersection{wxDYNLIB\_FUNCTION}\label{wxdynlibfunction} \func{}{wxDYNLIB\_FUNCTION}{\param{}{type}, \param{}{name}, \param{}{dynlib}} -- 2.45.2