Remove obsolete symbols and platforms from the documentation
Don't mention pre-XP Windows versions and other obsolete platforms such as OS/2 and the symbols which were only useful for them. Closes https://github.com/wxWidgets/wxWidgets/pull/137
This commit is contained in:
@@ -960,11 +960,10 @@ public:
|
||||
@style{wxTE_READONLY}
|
||||
The text will not be user-editable.
|
||||
@style{wxTE_RICH}
|
||||
Use rich text control under Win32, this allows to have more than
|
||||
64KB of text in the control even under Win9x. This style is ignored
|
||||
under other platforms.
|
||||
Use rich text control under MSW, this allows to have more than 64KB
|
||||
of text in the control. This style is ignored under other platforms.
|
||||
@style{wxTE_RICH2}
|
||||
Use rich text control version 2.0 or 3.0 under Win32, this style is
|
||||
Use rich text control version 2.0 or higher under MSW, this style is
|
||||
ignored under other platforms
|
||||
@style{wxTE_AUTO_URL}
|
||||
Highlight the URLs and generate the wxTextUrlEvents when mouse
|
||||
|
Reference in New Issue
Block a user