diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-30 14:13:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-30 14:47:51 +0100 |
commit | 42cd492b83cf78647ba1a7fead2860410b01c297 (patch) | |
tree | 7551c6343b7512b472a5c5eeeec5187079363dc8 /include/vcl/settings.hxx | |
parent | 112e5f302e3508de6cf51e7d6ee9420df2b1b723 (diff) |
gtk3: Set tab normal/rollover/hightlight text colors
Change-Id: I4dff83941df62bcd5ec5a70a87f59e9ce17c979d
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 9f5a0cb4237a..445bb5ad32e6 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -334,6 +334,15 @@ public: void SetMenuHighlightTextColor( const Color& rColor ); const Color& GetMenuHighlightTextColor() const; + void SetTabTextColor( const Color& rColor ); + const Color& GetTabTextColor() const; + + void SetTabRolloverTextColor( const Color& rColor ); + const Color& GetTabRolloverTextColor() const; + + void SetTabHighlightTextColor( const Color& rColor ); + const Color& GetTabHighlightTextColor() const; + void SetLinkColor( const Color& rColor ); const Color& GetLinkColor() const; |