// NB: all the following flags are for compatbility only and will be removed in the
// next versions
-// flags for deprecated `Expand(int action)'
-enum
-{
- wxTREE_EXPAND_EXPAND,
- wxTREE_EXPAND_COLLAPSE,
- wxTREE_EXPAND_COLLAPSE_RESET,
- wxTREE_EXPAND_TOGGLE
-};
-
// flags for deprecated InsertItem() variant (their values are the same as of
// TVI_FIRST and TVI_LAST)
#define wxTREE_INSERT_FIRST 0xFFFF0001
void* m_pVirtualRoot;
// the starting item for selection with Shift
- wxTreeItemId m_htSelStart;
+ wxTreeItemId m_htSelStart, m_htClickedItem;
+ wxPoint m_ptClick;
friend class wxTreeItemIndirectData;
friend class wxTreeSortHelper;