no changes, just fix typos in comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -290,13 +290,13 @@ public:
|
|||||||
|
|
||||||
// expand this item
|
// expand this item
|
||||||
virtual void Expand(const wxTreeItemId& item) = 0;
|
virtual void Expand(const wxTreeItemId& item) = 0;
|
||||||
// expand the item and all its childs and thats childs
|
// expand the item and all its children recursively
|
||||||
void ExpandAllChildren(const wxTreeItemId& item);
|
void ExpandAllChildren(const wxTreeItemId& item);
|
||||||
// expand all items
|
// expand all items
|
||||||
void ExpandAll();
|
void ExpandAll();
|
||||||
// collapse the item without removing its children
|
// collapse the item without removing its children
|
||||||
virtual void Collapse(const wxTreeItemId& item) = 0;
|
virtual void Collapse(const wxTreeItemId& item) = 0;
|
||||||
// collapse the item and all its childs and thats childs
|
// collapse the item and all its children
|
||||||
void CollapseAllChildren(const wxTreeItemId& item);
|
void CollapseAllChildren(const wxTreeItemId& item);
|
||||||
// collapse all items
|
// collapse all items
|
||||||
void CollapseAll();
|
void CollapseAll();
|
||||||
|
Reference in New Issue
Block a user