long GetParent( long item ) const;
long GetRootItem() const;
long GetSelection() const;
- bool SelectItem( long item ) const;
+ bool SelectItem( long item );
bool ItemHasChildren( long item ) const;
void SetIndent( int indent );
int GetIndent() const;
void SetImageList(wxImageList *imageList, int which = wxIMAGE_LIST_NORMAL);
private:
+ // set the selection to the specified item generating appropriate event(s)
+ void SelectItem(wxGenericTreeItem *item);
+
wxGenericTreeItem *m_anchor;
wxGenericTreeItem *m_current;
bool m_hasFocus;
int m_lineHeight;
wxPen m_dottedPen;
bool m_isCreated;
- wxPaintDC *m_dc;
wxBrush *m_hilightBrush;
wxImageList *m_imageList;
wxImageList *m_smallImageList;