applied wxPerl doc patches

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-04-14 19:46:05 +00:00
parent ea5999b96f
commit f35398824b
9 changed files with 134 additions and 1 deletions

View File

@@ -672,6 +672,10 @@ characters) is centred; if FALSE, the message is left-justified.
<wx/choicdlg.h>
\perlnote{In wxPerl there is just an array reference in place of {\tt n}
and {\tt choices}, and no {\tt selections} parameter; the function
returns an array containing the user selections.}
\membersection{::wxGetNumberFromUser}\label{wxgetnumberfromuser}
\func{long}{wxGetNumberFromUser}{
@@ -790,6 +794,9 @@ characters) is centred; if FALSE, the message is left-justified.
<wx/choicdlg.h>
\perlnote{In wxPerl there is just an array reference in place of {\tt n}
and {\tt choices}.}
\membersection{::wxGetSingleChoiceIndex}\label{wxgetsinglechoiceindex}
\func{int}{wxGetSingleChoiceIndex}{\param{const wxString\& }{message},\\
@@ -811,6 +818,9 @@ string. If the user pressed cancel, -1 is returned.
<wx/choicdlg.h>
\perlnote{In wxPerl there is just an array reference in place of {\tt n}
and {\tt choices}.}
\membersection{::wxGetSingleChoiceData}\label{wxgetsinglechoicedata}
\func{wxString}{wxGetSingleChoiceData}{\param{const wxString\& }{message},\\
@@ -838,6 +848,10 @@ elements as {\it choices} or {\it aChoices}!
<wx/choicdlg.h>
\perlnote{In wxPerl there is just an array reference in place of {\tt n}
and {\tt choices}, and the client data array must have the
same length as the choices array.}
\membersection{::wxMessageBox}\label{wxmessagebox}
\func{int}{wxMessageBox}{\param{const wxString\& }{message}, \param{const wxString\& }{caption = ``Message"}, \param{int}{ style = wxOK \pipe wxCENTRE},\\