<wx/control.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{See also}
\helpref{wxValidator}{wxvalidator}
\membersection{wxControl::GetLabel}\label{wxcontrolgetlabel}
-\constfunc{const wxString\&}{GetLabel}{\void}
+\constfunc{wxString}{GetLabel}{\void}
Returns the control's text.
\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}