Commited patch for wxSizer::Replace()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -424,6 +424,10 @@ public:
|
||||
virtual bool Detach( wxSizer *sizer );
|
||||
virtual bool Detach( int index );
|
||||
|
||||
virtual bool Replace( wxWindow *oldwin, wxWindow *newwin, bool recursive = false );
|
||||
virtual bool Replace( wxSizer *oldsz, wxSizer *newsz, bool recursive = false );
|
||||
virtual bool Replace( size_t index, wxSizerItem *newitem );
|
||||
|
||||
virtual void Clear( bool delete_windows = false );
|
||||
virtual void DeleteWindows();
|
||||
|
||||
|
Reference in New Issue
Block a user