X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/649cfca1ce8728fee1161377f714680de2e00df4..eeea41abbcda4a2078014dc12f9d48242a21df89:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index e815822be2..62b49e6815 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -695,7 +695,10 @@ public: // override to hide/show the static box as well virtual void ShowItems (bool show); + 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;