removed gtk_text references

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-02-03 00:34:00 +00:00
parent 8fb6fe448e
commit eefe541967

View File

@@ -108,9 +108,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}