summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-14 20:32:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-14 20:34:56 +0100
commit73cc6d76b598c2028fda65d578ce57affd96cb6f (patch)
tree045f49a057bc09edd1ffa94a4fee78c6a299e66d /include/vcl
parent415454cfbc6add8534e1dcff1ff16cc8dcc9296c (diff)
gtk3: shiny native focus rectangles for radiobuttons
Change-Id: I8f709cd0683c1a244d6b8c269c75b7f841824926
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/button.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index ef6425782826..f8bfddfecc7f 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -402,6 +402,7 @@ public:
* Group this RadioButton with another
*/
void group(RadioButton &rOther);
+ virtual void ShowFocus(const Rectangle& rRect) SAL_OVERRIDE;
};