]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/helpprov.tex
typos and other doc corrections from Olly Betts (patch 573738)
[wxWidgets.git] / docs / latex / wx / helpprov.tex
index ba99934fa42341c9cb71fa224e380a0e09b092d6..43b26022e15fce8d9b6508978146c7d1ff733d3c 100644 (file)
@@ -10,6 +10,10 @@ wxHelpProvider::Set().
 
 No base class
 
 
 No base class
 
+\wxheading{Include files}
+
+<wx/cshelp.h>
+
 \wxheading{See also}
 
 \helpref{wxContextHelp}{wxcontexthelp}, \helpref{wxContextHelpButton}{wxcontexthelpbutton}, 
 \wxheading{See also}
 
 \helpref{wxContextHelp}{wxcontexthelp}, \helpref{wxContextHelpButton}{wxcontexthelpbutton}, 
@@ -70,3 +74,11 @@ This version associates the given text with all windows with this id.
 May be used to set the same help string for all Cancel buttons in
 the application, for example.
 
 May be used to set the same help string for all Cancel buttons in
 the application, for example.
 
+\membersection{wxHelpProvider::RemoveHelp}\label{wxhelpproviderremovehelp}
+
+\func{void}{RemoveHelp}{\param{wxWindowBase* }{window}}
+
+Removes the association between the window pointer and the help text. This is
+called by the wxWindow destructor. Without this, the table of help strings will fill up
+and when window pointers are reused, the wrong help string will be found.
+