X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..c52b96359b639cda516615f9433d3b20b35443b5:/docs/latex/wx/control.tex?ds=sidebyside diff --git a/docs/latex/wx/control.tex b/docs/latex/wx/control.tex index 4b01800192..584363605b 100644 --- a/docs/latex/wx/control.tex +++ b/docs/latex/wx/control.tex @@ -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}