summaryrefslogtreecommitdiff
path: root/riscos/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.h')
-rw-r--r--riscos/treeview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscos/treeview.h b/riscos/treeview.h
index 1757d2fd8..a3631de04 100644
--- a/riscos/treeview.h
+++ b/riscos/treeview.h
@@ -30,8 +30,11 @@ bool ro_gui_tree_initialise(void);
void ro_gui_tree_redraw(wimp_draw *redraw, struct tree *tree);
bool ro_gui_tree_click(wimp_pointer *pointer, struct tree *tree);
void ro_gui_tree_menu_closed(struct tree *tree);
+void ro_gui_tree_toolbar_click(wimp_pointer* pointer, struct tree *tree,
+ struct toolbar *toolbar);
void ro_gui_tree_stop_edit(struct tree *tree);
void ro_gui_tree_open(wimp_open *open, struct tree *tree);
+void ro_gui_tree_show(struct tree *tree, struct toolbar *toolbar);
bool ro_gui_tree_keypress(int key, struct tree *tree);
void ro_gui_tree_selection_drag_end(wimp_dragged *drag);
void ro_gui_tree_move_drag_end(wimp_dragged *drag);