X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e00a5d3ca15eec8db3e231d79d82ff6965e3466b..11ebea162a1d99032aa98ac649d61aaf08e428e8:/docs/latex/wx/text.tex diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index f5fe95c452..7e2751726a 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -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.}