summaryrefslogtreecommitdiff
path: root/riscos/treeview.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:37:57 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:37:57 +0000
commit39e41ea386dcb574d09352cd1a7110c845410088 (patch)
tree70cdb3394a2635136a98d7a474de555ec7517459 /riscos/treeview.h
parent442f0e2a2c8b57af092b765bdb843bd1c16fa976 (diff)
downloadnetsurf-39e41ea386dcb574d09352cd1a7110c845410088.tar.gz
netsurf-39e41ea386dcb574d09352cd1a7110c845410088.tar.bz2
[project @ 2005-12-31 04:37:56 by rjw]
Read URL data from url_store. Scroll items into view when expanding. svn path=/import/netsurf/; revision=1914
Diffstat (limited to 'riscos/treeview.h')
-rw-r--r--riscos/treeview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/riscos/treeview.h b/riscos/treeview.h
index 40ee3fbe1..3be34c4e3 100644
--- a/riscos/treeview.h
+++ b/riscos/treeview.h
@@ -28,14 +28,14 @@ struct node_sprite {
};
bool ro_gui_tree_initialise(void);
-void ro_gui_tree_redraw(wimp_draw *redraw, struct tree *tree);
+void ro_gui_tree_redraw(wimp_draw *redraw);
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);
+bool ro_gui_tree_toolbar_click(wimp_pointer* pointer);
void ro_gui_tree_stop_edit(struct tree *tree);
-void ro_gui_tree_open(wimp_open *open, struct tree *tree);
+void ro_gui_tree_open(wimp_open *open);
void ro_gui_tree_show(struct tree *tree);
-bool ro_gui_tree_keypress(int key, struct tree *tree);
+bool ro_gui_tree_keypress(wimp_key *key);
void ro_gui_tree_selection_drag_end(wimp_dragged *drag);
void ro_gui_tree_move_drag_end(wimp_dragged *drag);
void ro_gui_tree_launch_selected(struct tree *tree);