diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2014-09-27 21:16:01 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-30 21:00:59 +0000 |
commit | 0ada00bd9b4f10861d37b8802564a2ace7385aa2 (patch) | |
tree | fe0320f39561af45c0ba7fa9dfd8094d31de0b81 /include/vcl/settings.hxx | |
parent | 9bb04da4bb18342a107bb843d8054e178d97ae28 (diff) |
Improve SvTreeListBox class
It is possible to set alternating rows. Expert Configuration
dialog use it.
Change-Id: Ie43a87ca05be73fdb345fa4866f31c2c36b7cdf1
Reviewed-on: https://gerrit.libreoffice.org/11663
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index fb16ee3cff06..bb454a366281 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -358,6 +358,12 @@ public: void SetInactiveTabColor( const Color& rColor ); const Color& GetInactiveTabColor() 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; |