Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows toolbar can
used in FL. Adjusted Windows toolbar height for wxTB_NODIVIDER style. Removed some false memory leak reporting from fontmap.cpp, mimecmn.cpp, strconv.cpp. Added and used MapBitmap function in newbmpbtn.cpp so the right colours are used under Windows. <controversial>Added iniconf.cpp to WIN32 compilation</conroversial> git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1122,6 +1122,8 @@ enum wxBorder
|
||||
#define wxTB_DOCKABLE 0x0040 // use native docking under GTK
|
||||
#define wxTB_NOICONS 0x0080 // don't show the icons
|
||||
#define wxTB_TEXT 0x0100 // show the text
|
||||
#define wxTB_NODIVIDER 0x0200 // don't show the divider (Windows)
|
||||
#define wxTB_NOALIGN 0x0400 // no automatic alignment (Windows)
|
||||
|
||||
/*
|
||||
* wxStatusBar95 flags
|
||||
|
Reference in New Issue
Block a user