]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stattext.tex
added wxMessageQueue class for inter-thread communications
[wxWidgets.git] / docs / latex / wx / stattext.tex
index 5db7a79b07b8afa94b88d200137e1bf3af1ace63..00be03aa2c5842b6b04fe4d38ff0236bc985e831 100644 (file)
@@ -13,6 +13,10 @@ A static text control displays one or more lines of read-only text.
 
 <wx/stattext.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -32,7 +36,7 @@ control width, replace the beginning of the text with an ellipsis}
 the text in the middle of the control with an ellipsis}
 \twocolitem{\windowstyle{wxST\_ELLIPSIZE\_END}}{Same as above, but replace the
 end of the text with an ellipsis}
-\twocolitem{\windowstyle{wxST_MARKUP}}{Support markup in the label; see
+\twocolitem{\windowstyle{wxST\_MARKUP}}{Support markup in the label; see
 \helpref{SetLabel}{wxstatictextsetlabel} for more information}
 \end{twocollist}
 
@@ -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}