SelectItem() always sends the notification messages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-08-03 22:57:30 +00:00
parent ad553268cb
commit c614ed58d8
2 changed files with 4 additions and 5 deletions

View File

@@ -317,9 +317,8 @@ 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);
// set the selection to the specified item generating appropriate event(s)
void SelectItem(wxGenericTreeItem *item);
wxGenericTreeItem *m_anchor;
wxGenericTreeItem *m_current;