diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-17 13:48:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-17 15:32:28 +0100 |
commit | aff838877219f0dddd3c84788cb2fdcbc42d3285 (patch) | |
tree | 65515747626f94b675a2bdbf1e1c5c01b420b104 /include | |
parent | f7024571be935d3ed7549325cf35eac29df1711f (diff) |
allow radiobuttons and checkbox images to be aligned from .ui
Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843
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 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); }; // -------------------- |