only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -863,7 +863,9 @@ public:
|
||||
instead. For the control created with this style, you can still use
|
||||
Ctrl-Enter to pass to the next control from the keyboard.
|
||||
@style{wxTE_MULTILINE}
|
||||
The text control allows multiple lines.
|
||||
The text control allows multiple lines. If this style is not
|
||||
specified, line break characters should not be used in the controls
|
||||
value.
|
||||
@style{wxTE_PASSWORD}
|
||||
The text will be echoed as asterisks.
|
||||
@style{wxTE_READONLY}
|
||||
|
Reference in New Issue
Block a user