added and documented wxTB_NOICONS and wxTB_TEXT style flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-03-25 21:37:19 +00:00
parent ab4fece809
commit 4072ec3546
2 changed files with 11 additions and 11 deletions

View File

@@ -56,6 +56,8 @@ The toolbar orientation must always be {\bf wxHORIZONTAL}.
\twocolitem{\windowstyle{wxTB\_VERTICAL}}{Specifies vertical layout (not available for the GTK and Windows 95
toolbar).}
\twocolitem{\windowstyle{wxTB\_3DBUTTONS}}{Gives wxToolBarSimple a mild 3D look to its buttons.}
\twocolitem{\windowstyle{wxTB\_TEXT}}{Show the text in the toolbar buttons, by default only icons are shown}
\twocolitem{\windowstyle{wxTB\_NOICONS}}{Doesn't show the icons in the toolbar buttons, by default they are shown}
\end{twocollist}
See also \helpref{window styles overview}{windowstyles}.