]> git.saurik.com Git - wxWidgets.git/commitdiff
Small clarification in ::wxShowTip docs.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 3 Sep 2002 19:34:34 +0000 (19:34 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 3 Sep 2002 19:34:34 +0000 (19:34 +0000)
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
docs/latex/wx/window.tex

index d36cd706ec79a83c212282a6803e7b5f4bd4fe86..2a31f788cd81dd75b19d433b35d330cba2d64214 100644 (file)
@@ -1734,7 +1734,8 @@ The symbols are not shown when the generic function is used.
  \param{wxTipProvider *}{tipProvider},
  \param{bool }{showAtStartup = TRUE}}
 
  \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}
 
 
 \docparam{parent}{The parent window for the modal dialog}
 
index 8458805f3579cc40d75eee3ea272ff92c5210206..a885f34a523a47735a43d1e0502502c14b8f1f7c 100644 (file)
@@ -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.}
 
 
 \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}
 \membersection{wxWindow::GetHelpText}\label{wxwindowgethelptext}
 
 \constfunc{virtual wxString}{GetHelpText}{\void}