documented that wxHSCROLL disables wrapping; added comment to the source

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-10 13:06:48 +00:00
parent b4f8693cb8
commit 0376ed5408
2 changed files with 7 additions and 5 deletions

View File

@@ -241,7 +241,8 @@ 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+.}
\twocolitem{\windowstyle{wxHSCROLL}}{A horizontal scrollbar will be created and
used, so that text won't be wrapped. No effect under GTK+.}
\twocolitem{\windowstyle{wxTE\_LEFT}}{The text in the control will be left-justified (default).}
\twocolitem{\windowstyle{wxTE\_CENTRE}}{The text in the control will be centered.}
\twocolitem{\windowstyle{wxTE\_RIGHT}}{The text in the control will be right-justified.}