From 7975104d4ae20fc514a65879e4fe84b7cda8d32c Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Tue, 3 Sep 2002 19:34:34 +0000 Subject: [PATCH] Small clarification in ::wxShowTip docs. Added a wxPerl note to wxWindow::GetHandle git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 3 ++- docs/latex/wx/window.tex | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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}