diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-14 17:24:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-14 17:24:10 +0100 |
commit | 135755ed9e64d4208ef5b578c9b43ad23bb4ed66 (patch) | |
tree | 3a35d971418927ba816aaa943584bd4d32eefebf /include | |
parent | f6a04cb509a2c12932c6be789fdc0cdb9d447aad (diff) |
gtk3: shiny native focus rectangles for checkboxes
Change-Id: I4b70878700851cc13a20321a11703c93e3f8ed49
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/button.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 18b56e0fcd9b..ef6425782826 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -495,6 +495,7 @@ public: void SetLegacyNoTextAlign( bool bVal ) { mbLegacyNoTextAlign = bVal; } virtual bool set_property(const OString &rKey, const OString &rValue) SAL_OVERRIDE; + virtual void ShowFocus(const Rectangle& rRect) SAL_OVERRIDE; }; inline void CheckBox::Check( bool bCheck ) |