summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index 0ac999af1..6f443212c 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -46,8 +46,9 @@ enum treeview_relationship {
typedef enum {
TREE_CREATE_NONE = (0), /* No flags set */
- TREE_CREATE_SUPPRESS_RESIZE = (1 << 0) /* Suppress callback */
-} treeview_node_create_flags; /**< Relationship between nodes */
+ TREE_CREATE_SUPPRESS_RESIZE = (1 << 0), /* Suppress callback */
+ TREE_CREATE_SUPPRESS_REDRAW = (1 << 1) /* Suppress callback */
+} treeview_node_create_flags; /**< Node creation settings */
typedef enum {
TREEVIEW_NO_FLAGS = (0), /**< No flags set */