]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
Formating warning fix for FC2 build.
[wxWidgets.git] / include / wx / treebase.h
index c7c9aef476c9f7fbafd9a2e101399f38956e49ea..c21bc6696547f647aac3c6926c64a7fb0d2a0d58 100644 (file)
 #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