\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
+\wxheading{Include files}
+
+<wx/textctrl.h>
+
\wxheading{Window styles}
\twocolwidtha{5cm}
\end{twocollist}
See also \helpref{window styles overview}{windowstyles} and
-\helpref{wxtextctrlconstr}.
+\helpref{wxTextCtrl::wxTextCtrl}{wxtextctrlconstr}.
\wxheading{Remarks}
as a Windows rich text control with unlimited capacity. Otherwise, normal edit control limits
apply.
-For the GTK, the single line text control is implemented as a gtk\_entry,
-while the multi-line control is a gtk\_text.
-
\wxheading{See also}
\helpref{wxTextCtrl::Create}{wxtextctrlcreate}, \helpref{wxValidator}{wxvalidator}
\membersection{wxTextCtrl::AppendText}\label{wxtextctrlappendtext}
-\func{void}{WriteText}{\param{const wxString\& }{ text}}
+\func{void}{AppendText}{\param{const wxString\& }{ text}}
Appends the text to the end of the text control.
(*wnd) << "Welcome to text control number " << 1 << ".\n";
\end{verbatim}
-