summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-27 21:04:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-28 09:14:06 +0100
commit9a9dd94c568da830d70c736cdf827a2bc48988f5 (patch)
tree678e4e9e0b092128f159143b8b35821611212a38 /include
parent95a29424abe1c588c68d737ec50ea780375a9334 (diff)
allow a different notebook tab font than the rest of the ui
Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4
Diffstat (limited to 'include')
-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 1775e095874a..9f5a0cb4237a 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -426,6 +426,9 @@ public:
void SetIconFont( const vcl::Font& rFont );
const vcl::Font& GetIconFont() const;
+ void SetTabFont( const vcl::Font& rFont );
+ const vcl::Font& GetTabFont() const;
+
long GetBorderSize() const;
void SetTitleHeight( long nSize );