]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tipprov.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / tipprov.tex
index acee3937d981345995ab0e566ca166e7cbbb34a4..50eae53af6cc7304194fb89c8da2ad3f8228982f 100644 (file)
@@ -17,6 +17,10 @@ None.
 
 <wx/tipdlg.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Startup tips overview}{tipsoverview}, \helpref{::wxShowTip}{wxshowtip}
@@ -39,7 +43,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 +64,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.
+