diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-18 12:50:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-18 14:08:08 +0000 |
commit | 6019cd9bb5606e0d3c2dfd3acbf3a24eee85ea11 (patch) | |
tree | 03231ddea48217ad0ca0b08af33b2a63a5645493 /include/vcl/window.hxx | |
parent | 079852ce8fd9d45f3cc02829c03d0ca6ddd20aa7 (diff) |
want to be able to support non homogeneous buttons in buttonboxes
Change-Id: I7ea4c093d6318a24106542f851cfd58230bc3ea3
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index e351fdd69e98..a8d6883b8ef4 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1208,6 +1208,13 @@ public: void set_secondary(bool bSecondary); /* + * If true this child is exempted from homogenous sizing + * e.g. special button in a buttonbox + */ + bool get_non_homogeneous() const; + void set_non_homogeneous(bool bNonHomogeneous); + + /* * Sets a widget property * * @return false if property is unknown |