X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74639764d0076ce477ed3d69827061063f4b5e9a..9e967d5417d49764276cf121a32c35d5770b1332:/docs/latex/wx/control.tex diff --git a/docs/latex/wx/control.tex b/docs/latex/wx/control.tex index eade0d1ddd..584363605b 100644 --- a/docs/latex/wx/control.tex +++ b/docs/latex/wx/control.tex @@ -15,6 +15,10 @@ displays one or more item of data. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxValidator}{wxvalidator} @@ -31,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. @@ -44,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}