Corrected miniframe.

Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-12-29 22:12:42 +00:00
parent 54b9688254
commit 5d5b3a40f3
4 changed files with 98 additions and 32 deletions

View File

@@ -885,13 +885,13 @@ enum wxStretch
/*
* wxToolBar style flags
*/
#define wxTB_3DBUTTONS 0x8000
#define wxTB_HORIZONTAL 0x0002
#define wxTB_VERTICAL 0x0004
#define wxTB_HORIZONTAL wxHORIZONTAL
#define wxTB_VERTICAL wxVERTICAL
#define wxTB_3DBUTTONS 0x0010
// Flatbar/Coolbar under Win98/ GTK 1.2
#define wxTB_FLAT 0x0008
#define wxTB_FLAT 0x0020
// use native docking under GTK
#define wxTB_DOCKABLE 0x0010
#define wxTB_DOCKABLE 0x0040
/*
* wxMenuBar style flags