X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6adfdf93495b0e569c30431cb51f296126d4e37..ab9717339232a7a728dea666c59b73fd6ac78dd3:/docs/latex/wx/stattext.tex diff --git a/docs/latex/wx/stattext.tex b/docs/latex/wx/stattext.tex index efb0031f79..00be03aa2c 100644 --- a/docs/latex/wx/stattext.tex +++ b/docs/latex/wx/stattext.tex @@ -13,6 +13,10 @@ A static text control displays one or more lines of read-only text. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -102,12 +106,15 @@ label text is needed. \membersection{wxStaticText::GetLabelText}\label{wxstatictextgetlabeltext} -\constfunc{const wxString\&}{GetLabelText}{\void} +\constfunc{wxString}{GetLabelText}{\void} + +\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 (if any) and without the markup -(if the control has \texttt{wxST\_MARKUP} style). +The first form returns the control's label without the mnemonics characters (if any) +and without the markup (if the control has \texttt{wxST\_MARKUP} style). +The second (static) version returns the given \arg{label} string without the mnemonics +characters (if any) and without the markup. \membersection{wxStaticText::SetLabel}\label{wxstatictextsetlabel}