diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-12 15:13:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-14 10:48:45 +0100 |
commit | d538de17562b2c7ca2c382aeae7c95827999abe5 (patch) | |
tree | 0e66027178e07fc75e434be6fa271b5c0aae28c0 /include | |
parent | 4200a025df1cadecf03904e54f7cfe6aa1a249ef (diff) |
Related: tdf#131970 icon-switcher should be in single-selection mode
Change-Id: Ie5ac5ccf1273905832e934998f206425401b0f30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105763
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/ivctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx index f4c50b48c84d..e322631036a3 100644 --- a/include/vcl/toolkit/ivctrl.hxx +++ b/include/vcl/toolkit/ivctrl.hxx @@ -213,6 +213,7 @@ public: virtual void dispose() override; WinBits GetStyle() const; + void SetSelectionMode(SelectionMode eMode); void SetFont( const vcl::Font& rFont ); void SetPointFont( const vcl::Font& rFont ); |