git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39436
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// override to hide/show the static box as well
virtual void ShowItems (bool show);
// override to hide/show the static box as well
virtual void ShowItems (bool show);
virtual bool Detach( wxWindow *window );
virtual bool Detach( wxWindow *window );
+ virtual bool Detach( wxSizer *sizer ) { return wxBoxSizer::Detach(sizer); }
+ virtual bool Detach( int index ) { return wxBoxSizer::Detach(index); }
protected:
wxStaticBox *m_staticBox;
protected:
wxStaticBox *m_staticBox;