X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43fa96a8402d138fecb02f7f6247fdf2b4280bc7..da468d387db3b7e22b008bf08be2ff6b202508fb:/include/wx/generic/treectrl.h diff --git a/include/wx/generic/treectrl.h b/include/wx/generic/treectrl.h index 165148afb1..3ad6295af4 100644 --- a/include/wx/generic/treectrl.h +++ b/include/wx/generic/treectrl.h @@ -295,7 +295,7 @@ public: 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; @@ -317,6 +317,10 @@ public: void SetImageList(wxImageList *imageList, int which = wxIMAGE_LIST_NORMAL); private: + // set the selection to the specified item generating appropriate event(s) if + // not disabled + void SelectItem(wxGenericTreeItem *item, bool bDoEvents = TRUE); + wxGenericTreeItem *m_anchor; wxGenericTreeItem *m_current; bool m_hasFocus;