]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
wait4() replaced by waitpid() which is POSIX
[wxWidgets.git] / docs / latex / wx / text.tex
index 11ca136d6442593b4905b37c0a0574b888f501eb..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}
@@ -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}
@@ -514,4 +515,3 @@ Operator definitions for appending to a text control, for example:
   (*wnd) << "Welcome to text control number " << 1 << ".\n";
 \end{verbatim}
 
-