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
This commit is contained in:
Mattia Barbon 2002-09-03 19:34:34 +00:00
parent 93ff73b308
commit 7975104d4a
2 changed files with 4 additions and 1 deletions

View File

@ -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}

View 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.}
\perlnote{This method will return an integer in wxPerl.}
\membersection{wxWindow::GetHelpText}\label{wxwindowgethelptext}
\constfunc{virtual wxString}{GetHelpText}{\void}