]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cshelp.tex
documentation for window ids allocation and wxIdManager (patch 1870570)
[wxWidgets.git] / docs / latex / wx / cshelp.tex
index 485d69f8589d6bdef27c457e48308886a2c21653..647578499f115d110e24dc4927f3e214cd07775b 100644 (file)
@@ -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
 
 <wx/cshelp.h>
 
+\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,
 
 <wx/cshelp.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxBitmapButton}{wxbitmapbutton}, \helpref{wxContextHelp}{wxcontexthelp}