diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index d36cd706ec..2a31f788cd 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1734,7 +1734,8 @@ The symbols are not shown when the generic function is used. \param{wxTipProvider *}{tipProvider}, \param{bool }{showAtStartup = TRUE}} -This function shows a "startup tip" to the user. +This function shows a "startup tip" to the user. The return value is the +state of the ``Show tips at startup'' checkbox. \docparam{parent}{The parent window for the modal dialog} diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 8458805f35..a885f34a52 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -715,6 +715,8 @@ handle, such as {\bf HWND} for Windows, {\bf Widget} for Motif or {\bf GtkWidget \pythonnote{This method will return an integer in wxPython.} +\perlnote{This method will return an integer in wxPerl.} + \membersection{wxWindow::GetHelpText}\label{wxwindowgethelptext} \constfunc{virtual wxString}{GetHelpText}{\void}