]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
wxCheckListBox fixes: crash/memory leak when items are dynamically
[wxWidgets.git] / docs / latex / wx / text.tex
index 0147852b7d98f1c18075902464f15d3ca52b622d..7b431f267207b5cf01e150fc4aad9d34cda25e20 100644 (file)
@@ -11,6 +11,10 @@ streambuf\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/textctrl.h>
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -26,7 +30,7 @@ Windows.}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles} and 
-\helpref{wxtextctrlconstr}.
+\helpref{wxTextCtrl::wxTextCtrl}{wxtextctrlconstr}.
 
 \wxheading{Remarks}
 
@@ -108,9 +112,6 @@ Under Windows, if the {\bf wxTE\_MULTILINE} style is used, the window is impleme
 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}
@@ -459,7 +460,7 @@ After the write operation, the insertion point will be at the end of the inserte
 
 \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.
 
@@ -514,4 +515,3 @@ Operator definitions for appending to a text control, for example:
   (*wnd) << "Welcome to text control number " << 1 << ".\n";
 \end{verbatim}
 
-