added and documented wxTE_NOHIDESEL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,6 +36,9 @@ style is ignored under other platforms.}
|
||||
\twocolitem{\windowstyle{wxTE\_AUTO\_URL}}{Highlight the URLs and generate the
|
||||
wxTextUrlEvents when mouse events occur over them. This style is supported
|
||||
under Win32 only and requires wxTE\_RICH.}
|
||||
\twocolitem{\windowstyle{wxTE\_NOHIDESEL}}{By default, the Windows text control
|
||||
doesn't show the selection when it doesn't have focus - use this style to force
|
||||
it to always show it. It doesn't do anything under other platforms.}
|
||||
\twocolitem{\windowstyle{wxHSCROLL}}{A horizontal scrollbar will be created. No effect under GTK+.}
|
||||
\end{twocollist}
|
||||
|
||||
|
Reference in New Issue
Block a user