X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70373b5a57223350e0fcc4968920f81463dc6125..52ee226853ec422d1517de38a0fa76d866c37153:/docs/latex/wx/tipprov.tex diff --git a/docs/latex/wx/tipprov.tex b/docs/latex/wx/tipprov.tex index acee3937d9..0caa5e7441 100644 --- a/docs/latex/wx/tipprov.tex +++ b/docs/latex/wx/tipprov.tex @@ -39,7 +39,8 @@ Return the text of the current tip and pass to the next one. This function is pure virtual, it should be implemented in the derived classes. \membersection{wxTipProvider::PreprocessTip}\label{wxtipproviderpreprocesstip} -\funct{virtual wxString}{PreProcessTip}{\param{const wxString\&} {tip}} + +\func{virtual wxString}{PreProcessTip}{\param{const wxString\&}{tip}} Returns a modified tip. This function will be called immediately after read, and before being check whether it is a comment, an empty string or a string @@ -59,3 +60,4 @@ The program usually remembers the value returned by this function after calling \helpref{wxShowTip}{wxshowtip}. Note that it is not the same as the value which was passed to wxShowTip $+ 1$ because the user might have pressed the "Next" button in the tip dialog. +