Implemented flat toolbars
corrected mouse cursor over splitter window corrected segvs when setting bg colour in text ctrl sliders enlarge when they have labels to avoid pixel junk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -420,9 +420,9 @@ typedef void (*wxFunction) (wxObject&, wxEvent&);
|
||||
#define wxTB_3DBUTTONS 0x8000
|
||||
#define wxTB_HORIZONTAL 0x0002
|
||||
#define wxTB_VERTICAL 0x0004
|
||||
// Flatbar/Coolbar under Win98
|
||||
// Flatbar/Coolbar under Win98/ GTK 1.2
|
||||
#define wxTB_FLAT 0x0008
|
||||
// use native docking
|
||||
// use native docking under GTK
|
||||
#define wxTB_DOCKABLE 0x0010
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user