made radio buttons and the toolbat text work for Win32 toolbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-03-26 00:44:57 +00:00
parent 867a54b6da
commit c631abdae9
6 changed files with 125 additions and 13 deletions

View File

@@ -42,9 +42,6 @@ ignore the values for explicit placement and use their own layout and the meanin
of a "separator" is a vertical line under Windows95 vs. simple space under GTK etc.
{\bf wxToolBar95:} Note that this toolbar paints tools to reflect user-selected colours.
The toolbar orientation must always be {\bf wxHORIZONTAL}.
{\bf wxToolBarGtk:} The toolbar orientation is ignored and is always {\bf wxHORIZONTAL}.
\wxheading{Window styles}
@@ -60,7 +57,9 @@ toolbar).}
\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}.
See also \helpref{window styles overview}{windowstyles}. Note that the Win32
native toolbar ignores {\tt wxTB\_NOICONS} style. Also, toggling the
{\tt wxTB\_TEXT} works only if the style was initially on.
\wxheading{Event handling}