summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-09-14 11:47:36 +0200
committerJan Holesovsky <kendy@suse.cz>2010-09-14 13:35:00 +0200
commit0b586586c21e59b3b434aea1990ba254a0217d1b (patch)
treeb79d8227314be1e7c3c15ca131243330bd506027 /tools/inc
parentaaa59999755571532fe090245dcea99f57202b10 (diff)
toolbar-decorations-vcl.diff: Improved toolbar popups.
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/wintypes.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx
index 7d6296b76e8c..4ce2b24ac717 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -193,6 +193,7 @@ typedef sal_Int64 WinBits;
#define WB_OWNERDRAWDECORATION ((WinBits)SAL_CONST_INT64(0x2000000000))
#define WB_DEFAULTWIN ((WinBits)SAL_CONST_INT64(0x4000000000))
#define WB_NEEDSFOCUS ((WinBits)SAL_CONST_INT64(0x1000000000))
+#define WB_POPUP ((WinBits)SAL_CONST_INT64(0x20000000))
#define WB_HSCROLL WB_HORZ
#define WB_VSCROLL WB_VERT
@@ -272,6 +273,7 @@ typedef sal_Int64 WinBits;
#define WB_STDMODAL (WB_STDDIALOG)
#define WB_STDTABDIALOG (WB_STDDIALOG)
#define WB_STDTABCONTROL 0
+#define WB_STDPOPUP (WB_BORDER | WB_POPUP | WB_SYSTEMWINDOW | WB_3DLOOK | WB_DIALOGCONTROL)
// For TreeListBox
#define WB_HASBUTTONS ((WinBits)0x00800000)