Implement wxDataViewTreeStore::DeleteAllItems().
Just delete all root children. Closes #11063. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1880,7 +1880,7 @@ void wxDataViewTreeStore::DeleteChildren( const wxDataViewItem& item )
|
|||||||
|
|
||||||
void wxDataViewTreeStore::DeleteAllItems()
|
void wxDataViewTreeStore::DeleteAllItems()
|
||||||
{
|
{
|
||||||
// TODO
|
DeleteChildren(m_root);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user