From 57fc4c1a2ce8538737f26c436b8e89e306d96c53 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 5 Jun 2002 21:11:55 +0000 Subject: [PATCH] Added documentation for wxHelpProvider::RemoveHelp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/helpprov.tex | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + -- 2.45.2