X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..fcc9c05e7a71901e282e39bf4ed7f1d2b4641889:/include/wx/treebase.h diff --git a/include/wx/treebase.h b/include/wx/treebase.h index 937b658422..a3a75922a5 100644 --- a/include/wx/treebase.h +++ b/include/wx/treebase.h @@ -150,6 +150,11 @@ enum wxTreeItemIcon wxTreeItemIcon_Max }; +// special values for the 'state' parameter of wxTreeCtrl::SetItemState() +static const int wxTREE_ITEMSTATE_NONE = -1; // not state (no display state image) +static const int wxTREE_ITEMSTATE_NEXT = -2; // cycle to the next state +static const int wxTREE_ITEMSTATE_PREV = -3; // cycle to the previous state + // ---------------------------------------------------------------------------- // wxTreeCtrl flags // ----------------------------------------------------------------------------