X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3c10211e41d4e79c3775207ba02f9a4872087aa..5b222f1c9e0acb63c781675555c76f6129316eb1:/docs/latex/wx/helpprov.tex?ds=sidebyside diff --git a/docs/latex/wx/helpprov.tex b/docs/latex/wx/helpprov.tex index e338064bfd..43b26022e1 100644 --- a/docs/latex/wx/helpprov.tex +++ b/docs/latex/wx/helpprov.tex @@ -74,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. +\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. +