]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
WinCE build fix (we need default constructor).
[wxWidgets.git] / include / wx / msw / treectrl.h
index 8574600564664cf52176121a83a64251499c31b8..d671445587b0c12a03f8dae03fe92f56c5e44102 100644 (file)
@@ -192,7 +192,8 @@ public:
     wxDEPRECATED( void ExpandItem(const wxTreeItemId& item, int action) );
 
         // use Set/GetImageList and Set/GetStateImageList
-    wxDEPRECATED( wxImageList *GetImageList(int) const );
+//    This appears to hide base class GetImageList()
+//    wxDEPRECATED( wxImageList *GetImageList(int) const );
     wxDEPRECATED( void SetImageList(wxImageList *imageList, int) );
 
     // use Set/GetItemImage directly
@@ -251,11 +252,6 @@ protected:
     wxTextCtrl  *m_textCtrl;        // text control in which it is edited
     wxTreeItemId m_idEdited;        // the item being edited
 
-    wxImageList *m_imageListNormal, // images for tree elements
-                *m_imageListState;  // special images for app defined states
-    bool         m_ownsImageListNormal,
-                 m_ownsImageListState;
-
 private:
     // the common part of all ctors
     void Init();
@@ -276,7 +272,7 @@ private:
                                        const wxString& text,
                                        int image = -1, int selImage = -1,
                                        wxTreeItemData *data = NULL);
-    virtual wxTreeItemId DoHitTest(const wxPoint& point, int& flags);
+    virtual wxTreeItemId DoTreeHitTest(const wxPoint& point, int& flags);
 
     int DoGetItemImageFromData(const wxTreeItemId& item,
                                wxTreeItemIcon which) const;