added the static function GetLabelText() to wxStaticText which was mentioned in the docs but not implemented; also fixed the return type documented for wxControl::GetLabel*() functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2007-08-05 18:54:22 +00:00
parent 0a42e3b6ac
commit 19cf1ef3a7
4 changed files with 22 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ Simulates the effect of the user issuing a command to the item. See \helpref{wxC
\membersection{wxControl::GetLabel}\label{wxcontrolgetlabel}
\constfunc{const wxString\&}{GetLabel}{\void}
\constfunc{wxString}{GetLabel}{\void}
Returns the control's text.
@@ -48,10 +48,10 @@ undesired.
\constfunc{const wxString\&}{GetLabelText}{\void}
\func{static const wxString\&}{GetLabelText}{\param{const wxString\& }{label}}
\func{static wxString}{GetLabelText}{\param{const wxString\& }{label}}
Returns the control's label or the given \arg{label} string for the static
version without the mnemonics characters.
Returns the control's label, or the given \arg{label} string for the static
version, without the mnemonics characters.
\membersection{wxControl::SetLabel}\label{wxcontrolsetlabel}