- created for multi-line text controls. Without a
- horizontal scrollbar, text lines that don't fit in
- the control's size will be wrapped (but no newline
- character is inserted). Single line controls don't
- have a horizontal scrollbar, the text is
- automatically scrolled so that the insertion point is
- always visible.
-
- @sa Create(), wxValidator
+ created for multi-line text controls. Without a
+ horizontal scrollbar, text lines that don't fit in the
+ control's size will be wrapped (but no newline
+ character is inserted). Single line controls don't have
+ a horizontal scrollbar, the text is automatically
+ scrolled so that the insertion point is always visible.
+
+ @see Create(), wxValidator