// the common part of all ctors
void Init();
- // helper functions: DoGetItem() doesn't work for hidden virtual root item
- // while DoGetPossiblyRootItem() does
+ // helper functions
bool DoGetItem(wxTreeViewItem *tvItem) const;
- bool DoGetPossiblyRootItem(wxTreeViewItem *tvItem) const;
void DoSetItem(wxTreeViewItem *tvItem);
void DoExpand(const wxTreeItemId& item, int flag);
friend class wxTreeSortHelper;
DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
- DECLARE_NO_COPY_CLASS(wxTreeCtrl)
+ wxDECLARE_NO_COPY_CLASS(wxTreeCtrl);
};
#endif // wxUSE_TREECTRL