X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e72403492b3e78f8114d89baae6f81ea24c74647..e2c49e5cd2b7092e946fd97d76f3cca07916c91c:/docs/latex/wx/cshelp.tex diff --git a/docs/latex/wx/cshelp.tex b/docs/latex/wx/cshelp.tex index 296585a022..ef34a3d9d8 100644 --- a/docs/latex/wx/cshelp.tex +++ b/docs/latex/wx/cshelp.tex @@ -37,16 +37,16 @@ Normally you will write your application so that this button is only added to a \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxContextHelp::wxContextHelp} +\membersection{wxContextHelp::wxContextHelp}\label{wxcontexthelpctor} -\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. -\membersection{wxContextHelp::\destruct{wxContextHelp}} +\membersection{wxContextHelp::\destruct{wxContextHelp}}\label{wxcontexthelpdtor} \func{}{\destruct{wxContextHelp}}{\void} @@ -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}