summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-10-02 00:58:08 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-10-02 00:59:24 +0200
commit0c2b43b70776ea49655a7f18c6c11dc64a5f25b2 (patch)
tree5cc803500f139a6584ecb4d1ed89098973e2e9f3 /include/vcl/settings.hxx
parent13cb02ce1046779864109646a105c09c2e27249a (diff)
Improved striped rows implementation
Some renaming, use variable for row background when not striped Change-Id: I5b36fc751aa163dbb127406d7aefad01974fa371
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index bb454a366281..9650828a3711 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -358,12 +358,12 @@ public:
void SetInactiveTabColor( const Color& rColor );
const Color& GetInactiveTabColor() const;
+ void SetRowColor( const Color& rColor );
+ const Color& GetRowColor() const;
+
void SetAlternatingRowColor( const Color& rColor );
const Color& GetAlternatingRowColor() const;
- void SetAlternatingRowColor2( const Color& rColor );
- const Color& GetAlternatingRowColor2() const;
-
void SetHighContrastMode(bool bHighContrast );
bool GetHighContrastMode() const;