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}
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).
+(if the control has \texttt{wxST\_MARKUP} style).
Adding a new resource handler is pretty easy.
Typically, to add an handler for the {\tt MyControl} class, you'll want to create
-the {\tt xh_mycontrol.h} {\tt xh_mycontrol.cpp} files.
+the {\tt xh\_mycontrol.h} {\tt xh\_mycontrol.cpp} files.
The header needs to contains the {\tt MyControlXmlHandler} class definition: