Use treebase.h for enum duplicated in port/treectrl.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-05-23 10:28:28 +00:00
parent af778d749d
commit e2effeb988
8 changed files with 53 additions and 105 deletions

View File

@@ -28,6 +28,15 @@
#include "wx/event.h"
#include "wx/dynarray.h"
// flags for deprecated `Expand(int action)', will be removed in next versions
enum
{
wxTREE_EXPAND_EXPAND,
wxTREE_EXPAND_COLLAPSE,
wxTREE_EXPAND_COLLAPSE_RESET,
wxTREE_EXPAND_TOGGLE
};
// ----------------------------------------------------------------------------
// wxTreeItemId identifies an element of the tree. In this implementation, it's
// just a trivial wrapper around Win32 HTREEITEM or a pointer to some private