diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-28 17:32:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-28 20:31:43 +0100 |
commit | 41ffc1ab18d9ea7cc35278970fbe29db70005ab5 (patch) | |
tree | 03adb7cab852f11e690d56041ada6830eb3c0298 | |
parent | 2dbfc83574d3446e4aff6b155db3d521445c3746 (diff) |
introduce a CTRL_TAB_HEADER zone
Change-Id: If2740c91b9080cbbfe738b5235bc8612ab7580ba
-rw-r--r-- | include/vcl/salnativewidgets.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx index 44851498932e..7ec4391161bb 100644 --- a/include/vcl/salnativewidgets.hxx +++ b/include/vcl/salnativewidgets.hxx @@ -84,8 +84,11 @@ typedef sal_uInt32 ControlType; // the active tab #define CTRL_TAB_PANE 55 +// The background to the tab area +#define CTRL_TAB_HEADER 56 + // Background of a Tab Pane -#define CTRL_TAB_BODY 56 +#define CTRL_TAB_BODY 57 // Normal scrollbar, including // all parts like slider, buttons |