]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.
[wxWidgets.git] / include / wx / sizer.h
index e815822be2962693813d8b4983f575525ab534c0..62b49e681561fff90ff23de195ea30772c4540a7 100644 (file)
@@ -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;