This commit was manufactured by cvs2svn to create tag 'WX_2_2_9'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_2_9@13364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2002-01-04 16:15:08 +00:00
parent dc3d889d0b
commit f7f6abe24d
2324 changed files with 375095 additions and 121526 deletions

View File

@@ -30,6 +30,7 @@ you can still use Ctrl-Enter to pass to the next control from the keyboard.}
\twocolitem{\windowstyle{wxTE\_MULTILINE}}{The text control allows multiple lines.}
\twocolitem{\windowstyle{wxTE\_PASSWORD}}{The text will be echoed as asterisks.}
\twocolitem{\windowstyle{wxTE\_READONLY}}{The text will not be user-editable.}
\twocolitem{\windowstyle{wxTE\_RICH}}{create rich edit control instead of a normal one under Windows, does nothing elsewhere}
\twocolitem{\windowstyle{wxHSCROLL}}{A horizontal scrollbar will be created. No effect under GTK+.}
\end{twocollist}
@@ -122,9 +123,10 @@ controls don't have a horizontal scrollbar, the text is automatically scrolled
so that the \helpref{insertion point}{wxtextctrlgetinsertionpoint} is always
visible.
Under Windows, if the {\bf wxTE\_MULTILINE} style is used, the window is implemented
as a Windows rich text control with unlimited capacity. Otherwise, normal edit control limits
apply.
Under Windows, if the {\bf wxTE\_RICH} style is used, the window is implemented
as a Windows rich text control with (practically) unlimited capacity.
Otherwise, normal edit control limits apply (only about 32Kb of total data
under Windows 9x).
\wxheading{See also}
@@ -515,7 +517,7 @@ Selects the text starting at the first position up to (but not including) the ch
\func{virtual void}{SetValue}{\param{const wxString\& }{ value}}
Sets the text value.
Sets the text value and marks the control as not-modified.
\wxheading{Parameters}