X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..3e97a905185a72c04a7feb67c7885ab4412100ee:/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 // ----------------------------------------------------------------------------