X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cb74906e1ea58aad0cca0a38d1cf87834f577e9..bf95a04f16759468ee7af83a7a78019399c648bb:/docs/latex/wx/cshelp.tex?ds=sidebyside diff --git a/docs/latex/wx/cshelp.tex b/docs/latex/wx/cshelp.tex index 8e3d862ca2..485d69f858 100644 --- a/docs/latex/wx/cshelp.tex +++ b/docs/latex/wx/cshelp.tex @@ -39,10 +39,10 @@ Normally you will write your application so that this button is only added to a \membersection{wxContextHelp::wxContextHelp} -\func{}{wxContextHelp}{\param{wxWindow*}{ window = NULL}, \param{bool}{ doNow = TRUE}} +\func{}{wxContextHelp}{\param{wxWindow*}{ window = NULL}, \param{bool}{ doNow = true}} Constructs a context help object, calling \helpref{BeginContextHelp}{wxcontexthelpbegincontexthelp} if\rtfsp -{\it doNow} is TRUE (the default). +{\it doNow} is true (the default). If {\it window} is NULL, the top window is used. @@ -59,7 +59,7 @@ Destroys the context help object. Puts the application into context-sensitive help mode. {\it window} is the window which will be used to catch events; if NULL, the top window will be used. -Returns TRUE if the application was successfully put into context-sensitive help mode. +Returns true if the application was successfully put into context-sensitive help mode. This function only returns when the event loop has finished. \membersection{wxContextHelp::EndContextHelp}\label{wxcontexthelpendcontexthelp} @@ -104,7 +104,7 @@ Default constructor. \func{}{wxContextHelpButton}{ \param{wxWindow* }{parent}, -\param{wxWindowID }{id = wxID\_CONTEXT_HELP}, +\param{wxWindowID }{id = wxID\_CONTEXT\_HELP}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxBU\_AUTODRAW}}