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:
@@ -111,9 +111,10 @@ Unix (Base/GUI):
|
||||
|
||||
All (GUI):
|
||||
|
||||
- implemented radio menu items and radio toolbar buttons
|
||||
- added possibility to show text in the toolbar buttons
|
||||
- added wxArtProvider class that can be used to customize the look of standard
|
||||
wxWindows dialogs
|
||||
- implemented radio menu items
|
||||
- significantly improved native font support
|
||||
- wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
|
||||
wxHashTable
|
||||
|
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user