X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/649cfca1ce8728fee1161377f714680de2e00df4..e031f1df56a1595c7ebb4027eb89bf1c9f286bdf:/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;