Applied patch [ 623187 ] virtual methods and new AppendItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -163,9 +163,13 @@ public:
|
||||
virtual void ReCreateTree();
|
||||
|
||||
protected:
|
||||
void ExpandDir(wxTreeItemId parentId);
|
||||
void CollapseDir(wxTreeItemId parentId);
|
||||
void AddSection(const wxString& path, const wxString& name, int imageId = 0);
|
||||
virtual void ExpandDir(wxTreeItemId parentId);
|
||||
virtual void CollapseDir(wxTreeItemId parentId);
|
||||
virtual const wxTreeItemId AddSection(const wxString& path, const wxString& name, int imageId = 0);
|
||||
virtual wxTreeItemId AppendItem (const wxTreeItemId & parent,
|
||||
const wxString & text,
|
||||
int image = -1, int selectedImage = -1,
|
||||
wxTreeItemData * data = NULL);
|
||||
//void FindChildFiles(wxTreeItemId id, int dirFlags, wxArrayString& filenames);
|
||||
|
||||
// Extract description and actual filter from overall filter string
|
||||
|
Reference in New Issue
Block a user