summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-06 16:45:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-07 13:59:04 +0000
commit3f1a97eda055f49f0fa5ba84dc4a122f222cc217 (patch)
tree3309472a767a319b6516e6a00e7815542f897484 /vcl/inc
parentf6245d5bcb18dff2721d5975cd84711559cefe65 (diff)
implement expandable toolbox items
Change-Id: I64ace48ed6a72cea670ac2cdd774764b7c586648
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/toolbox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h
index d2c2d1774eb3..8ea1cb171028 100644
--- a/vcl/inc/toolbox.h
+++ b/vcl/inc/toolbox.h
@@ -69,13 +69,14 @@ struct ImplToolItem
ToolBoxItemType meType;
ToolBoxItemBits mnBits;
TriState meState;
- sal_uInt16 mnId;
- sal_Bool mbEnabled:1,
+ sal_uInt16 mnId;
+ sal_Bool mbEnabled:1,
mbVisible:1,
mbEmptyBtn:1,
mbShowWindow:1,
mbBreak:1,
- mbVisibleText:1; // indicates if text will definitely be drawn, influences dropdown pos
+ mbVisibleText:1, // indicates if text will definitely be drawn, influences dropdown pos
+ mbExpand:1;
ImplToolItem();
ImplToolItem( sal_uInt16 nItemId, const Image& rImage,