X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccee328e0b1f593067e7af51ddd8f0c68cfcff40..9ac4391323232924d62bcb0a1095949e3eeaca84:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 4b5c06f6cf..db5322461c 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -155,7 +155,6 @@ public: #endif } -#if wxABI_VERSION >= 20802 // setters for the others flags wxSizerFlags& Shaped() { @@ -170,7 +169,6 @@ public: return *this; } -#endif // wx 2.8.2+ // accessors for wxSizer only int GetProportion() const { return m_proportion; } @@ -552,6 +550,8 @@ public: wxSizerItemList& GetChildren() { return m_children; } + const wxSizerItemList& GetChildren() const + { return m_children; } void SetDimension( int x, int y, int width, int height );