+ wxDEPRECATED( void ExpandItem(const wxTreeItemId& item, int action) );
+
+ // use SetImageList
+ wxDEPRECATED( void SetImageList(wxImageList *imageList, int) )
+ { SetImageList(imageList); }
+
+ // use Set/GetItemImage directly
+ wxDEPRECATED( int GetItemSelectedImage(const wxTreeItemId& item) const );
+ wxDEPRECATED( void SetItemSelectedImage(const wxTreeItemId& item, int image) );
+
+ // get the first child of this item
+ wxDEPRECATED( wxTreeItemId GetFirstChild(const wxTreeItemId& item, long& cookie) const );
+ // get the next child (after GetFirstChild or GetNextChild)
+ wxDEPRECATED( wxTreeItemId GetNextChild(const wxTreeItemId& item, long& cookie) const );