#endif
}
-#if wxABI_VERSION >= 20802
// setters for the others flags
wxSizerFlags& Shaped()
{
return *this;
}
-#endif // wx 2.8.2+
// accessors for wxSizer only
int GetProportion() const { return m_proportion; }
wxSizerItemList& GetChildren()
{ return m_children; }
+ const wxSizerItemList& GetChildren() const
+ { return m_children; }
void SetDimension( int x, int y, int width, int height );