summaryrefslogtreecommitdiff
path: root/amiga/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/tree.h')
-rwxr-xr-xamiga/tree.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/amiga/tree.h b/amiga/tree.h
index 210891fc2..a5f590180 100755
--- a/amiga/tree.h
+++ b/amiga/tree.h
@@ -40,6 +40,13 @@ enum
AMI_TREE_COOKIES
};
+enum
+{
+ AMI_MOVE_UP,
+ AMI_MOVE_DOWN,
+ AMI_MOVE_OUT
+};
+
void ami_open_tree(struct tree *tree,int type);
void ami_tree_close(struct treeview_window *twin);
BOOL ami_tree_event(struct treeview_window *twin);