summaryrefslogtreecommitdiff
path: root/include/tools/wintypes.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-18 16:00:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-19 16:28:53 +0100
commit6f7cd8f4238060249de11c4ec7d167c439f7a781 (patch)
treeec0679ec4271a773368fbe6a21081995741a91d4 /include/tools/wintypes.hxx
parent7320d7a4a4dd0657f2d650a6f580ad399529f0f1 (diff)
add menubar support to vclbuilder
Change-Id: Ibe9a820f178a955eec21b96796e346d785b835b6
Diffstat (limited to 'include/tools/wintypes.hxx')
-rw-r--r--include/tools/wintypes.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 5bcaec41aa17..56b2e27c9362 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -119,6 +119,7 @@ WinBits const WB_BORDER = 0x00000008;
WinBits const WB_NOBORDER = 0x00000010;
WinBits const WB_SIZEABLE = 0x00000020;
WinBits const WB_3DLOOK = 0x00000040;
+WinBits const WB_ALLOWMENUBAR = 0x00000080;
// Window-Bits for SystemWindows
WinBits const WB_MOVEABLE = 0x00000100;