summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-17 13:48:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-17 15:32:28 +0100
commitaff838877219f0dddd3c84788cb2fdcbc42d3285 (patch)
tree65515747626f94b675a2bdbf1e1c5c01b420b104 /include/vcl/button.hxx
parentf7024571be935d3ed7549325cf35eac29df1711f (diff)
allow radiobuttons and checkbox images to be aligned from .ui
Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843
Diffstat (limited to 'include/vcl/button.hxx')
-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 b325d781de59..fae8240efe0d 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -86,6 +86,7 @@ public:
void SetFocusRect( const Rectangle& rFocusRect );
bool IsSmallSymbol() const;
void SetSmallSymbol(bool bSmall = true);
+ virtual bool set_property(const OString &rKey, const OString &rValue);
};
// --------------------