]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1
authorKevin Hock <hockkn@yahoo.com>
Mon, 6 Dec 2004 17:57:42 +0000 (17:57 +0000)
committerKevin Hock <hockkn@yahoo.com>
Mon, 6 Dec 2004 17:57:42 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/text.tex

index 004d123f41d16f0c0e1feac71721bba7ad4df434..27d4a062aeb6bf6680c07a1afe63d38b5a7a4ce8 100644 (file)
@@ -302,7 +302,7 @@ under Win32 only and requires wxTE\_RICH.}
 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 and
-used, so that text won't be wrapped. No effect under GTK+.}
+used, so that text won't be wrapped. No effect under wxGTK1.}
 \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 (currently wxMSW and wxGTK2 only).}
 \twocolitem{\windowstyle{wxTE\_RIGHT}}{The text in the control will be right-justified (currently wxMSW and wxGTK2 only).}