X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..7c8b87a78a029ce90314dffa5935c5211a3c3e7c:/include/wx/treebase.h diff --git a/include/wx/treebase.h b/include/wx/treebase.h index c7c9aef476..c21bc66965 100644 --- a/include/wx/treebase.h +++ b/include/wx/treebase.h @@ -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