X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..302511a3ca8d831ee26c7dfc47c928e8fed8fef6:/docs/latex/wx/cshelp.tex diff --git a/docs/latex/wx/cshelp.tex b/docs/latex/wx/cshelp.tex index 485d69f858..647578499f 100644 --- a/docs/latex/wx/cshelp.tex +++ b/docs/latex/wx/cshelp.tex @@ -21,6 +21,9 @@ Normally you will write your application so that this button is only added to a (use wxDIALOG\_EX\_CONTEXTHELP on Windows). \end{itemize} +Note that on Mac OS X, the cursor does not change when in context-sensitive +help mode. + \wxheading{Derived from} \helpref{wxObject}{wxobject} @@ -29,6 +32,10 @@ Normally you will write your application so that this button is only added to a +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxHelpEvent}{wxhelpevent}, @@ -37,7 +44,7 @@ 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}} @@ -46,7 +53,7 @@ Constructs a context help object, calling \helpref{BeginContextHelp}{wxcontexthe If {\it window} is NULL, the top window is used. -\membersection{wxContextHelp::\destruct{wxContextHelp}} +\membersection{wxContextHelp::\destruct{wxContextHelp}}\label{wxcontexthelpdtor} \func{}{\destruct{wxContextHelp}}{\void} @@ -90,6 +97,10 @@ on other platforms you will have to add a button explicitly, usually next to OK, +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxBitmapButton}{wxbitmapbutton}, \helpref{wxContextHelp}{wxcontexthelp}