git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36030
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDEPRECATED( void ExpandItem(const wxTreeItemId& item, int action) );
// use Set/GetImageList and Set/GetStateImageList
-// This appears to hide base class GetImageList()
-// wxDEPRECATED( wxImageList *GetImageList(int) const );
+ // Use base class GetImageList()
wxDEPRECATED( void SetImageList(wxImageList *imageList, int) );
// use Set/GetItemImage directly
// for compatibility only
#if WXWIN_COMPATIBILITY_2_4
-/* This appears to hide base class GetImageList()
-wxImageList *wxTreeCtrl::GetImageList(int) const
-{
- return wxTreeCtrlBase::GetImageList();
-}
-*/
-
void wxTreeCtrl::SetImageList(wxImageList *imageList, int)
{
SetImageList(imageList);