diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-11 17:31:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-11 17:31:25 +0100 |
commit | c08c67c8a02f88413deb78d7b136ec03cf0ef618 (patch) | |
tree | a63615dad88db65636ab2041b50647756a5e6e2c /vcl/inc | |
parent | f935d4b8bd9358dbe9160693622fb77e7b64d639 (diff) |
add a get_label_widget to VclFrame
Change-Id: Ia0561a5f185878342b15be54c6147aa1c81fa9ef
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/layout.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/layout.hxx b/vcl/inc/vcl/layout.hxx index 6aeefe795b3e..29fa382f9c4b 100644 --- a/vcl/inc/vcl/layout.hxx +++ b/vcl/inc/vcl/layout.hxx @@ -392,6 +392,8 @@ class VCL_DLLPUBLIC VclFrame : public VclBin public: VclFrame(Window *pParent) : VclBin(pParent) {} void set_label(const rtl::OUString &rLabel); + Window *get_label_widget(); + const Window *get_label_widget() const; protected: virtual Size calculateRequisition() const; virtual void setAllocation(const Size &rAllocation); |