summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-15 17:19:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-15 17:21:00 +0100
commit186eefd7e2020c65db32dacc3a9389573e7cddeb (patch)
tree448573811b4160ede37c8cba2553f31e27002399 /include/vcl/settings.hxx
parent18331ddcc8cb65183967d9763a6a02cb5dea72e9 (diff)
gtk3: render native menubar and menubaritems
this needs the addition of a new MenuBarHighlightTextColor which defaults to MenuHighlightTextColor on other platforms Change-Id: Id0550294f1778229cbbe154857ba16c629dc5a87
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 445bb5ad32e6..c60aa6400ba0 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -328,6 +328,9 @@ public:
void SetMenuBarRolloverTextColor( const Color& rColor );
const Color& GetMenuBarRolloverTextColor() const;
+ void SetMenuBarHighlightTextColor( const Color& rColor );
+ const Color& GetMenuBarHighlightTextColor() const;
+
void SetMenuHighlightColor( const Color& rColor );
const Color& GetMenuHighlightColor() const;