Implemented tearoff menus, please see my posting to wxwin-developers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -618,7 +618,13 @@ enum wxOrientation
|
||||
*/
|
||||
// use native docking
|
||||
#define wxMB_DOCKABLE 0x0001
|
||||
// make all menus tearoff menus, even if not set on per-menu basis
|
||||
#define wxMB_TEAROFF 0x0002
|
||||
|
||||
/*
|
||||
* wxMenu style flags
|
||||
*/
|
||||
#define wxMENU_TEAROFF 0x0001
|
||||
|
||||
/*
|
||||
* Apply to all panel items
|
||||
|
Reference in New Issue
Block a user