summaryrefslogtreecommitdiff
path: root/vcl/inc/ilstbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-14 16:44:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-14 16:44:10 +0100
commitf6a04cb509a2c12932c6be789fdc0cdb9d447aad (patch)
tree5d50304365630d3df01c4e03944ab1f0c09c3337 /vcl/inc/ilstbox.hxx
parent994b9700f824869ade12b16b8a2ebe333642e9ec (diff)
gtk3: shiny native focus rectangles for listboxes
Change-Id: Id0ace0ae5e90877497834166c5e488a0f5caf0be
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r--vcl/inc/ilstbox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx
index 180b9f146fef..155e03f17000 100644
--- a/vcl/inc/ilstbox.hxx
+++ b/vcl/inc/ilstbox.hxx
@@ -600,6 +600,8 @@ public:
bool GetEdgeBlending() const { return mbEdgeBlending; }
void SetEdgeBlending(bool bNew) { mbEdgeBlending = bNew; }
+
+ virtual void ShowFocus(const Rectangle& rRect) SAL_OVERRIDE;
};
class ImplBtn : public PushButton