]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() directly instead
[wxWidgets.git] / include / wx / sizer.h
index 4b5c06f6cfd23afd9596ab7194ee759f6d4dcfbe..db5322461c1ebe80582e658a0fca76143a3d9fd8 100644 (file)
@@ -155,7 +155,6 @@ public:
 #endif
     }
 
 #endif
     }
 
-#if wxABI_VERSION >= 20802
     // setters for the others flags
     wxSizerFlags& Shaped()
     {
     // setters for the others flags
     wxSizerFlags& Shaped()
     {
@@ -170,7 +169,6 @@ public:
 
         return *this;
     }
 
         return *this;
     }
-#endif // wx 2.8.2+
 
     // accessors for wxSizer only
     int GetProportion() const { return m_proportion; }
 
     // accessors for wxSizer only
     int GetProportion() const { return m_proportion; }
@@ -552,6 +550,8 @@ public:
 
     wxSizerItemList& GetChildren()
         { return m_children; }
 
     wxSizerItemList& GetChildren()
         { return m_children; }
+    const wxSizerItemList& GetChildren() const
+        { return m_children; }
 
     void SetDimension( int x, int y, int width, int height );
 
 
     void SetDimension( int x, int y, int width, int height );