summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-04 18:44:51 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-04 18:44:51 +0000
commit5db1eae529dca654aa4591371918a07954824edb (patch)
tree14bb1326616c9209b76c8d2997fdc786d8f176f6 /riscos/gui.h
parenta2960c79f23c51f0829457177f5d8eba9fa141c9 (diff)
downloadnetsurf-5db1eae529dca654aa4591371918a07954824edb.tar.gz
netsurf-5db1eae529dca654aa4591371918a07954824edb.tar.bz2
[project @ 2004-07-04 18:44:51 by rjw]
Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 2ab06f165..3980ba2eb 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -27,7 +27,7 @@ extern wimp_w dialog_info, dialog_saveas, dialog_config, dialog_config_br,
dialog_debug;
extern wimp_w history_window;
extern wimp_w hotlist_window;
-extern wimp_menu *iconbar_menu, *browser_menu, *combo_menu;
+extern wimp_menu *iconbar_menu, *browser_menu, *combo_menu, *hotlist_menu;
extern int iconbar_menu_height;
extern struct form_control *current_gadget;
extern gui_window *window_list;
@@ -177,6 +177,7 @@ void ro_gui_history_mouse_at(wimp_pointer *pointer);
/* in hotlist.c */
void ro_gui_hotlist_init(void);
+void ro_gui_hotlist_save(void);
void ro_gui_hotlist_show(void);
void ro_gui_hotlist_add(char *title, struct content *content);
void ro_gui_hotlist_redraw(wimp_draw *redraw);
@@ -184,6 +185,7 @@ void ro_gui_hotlist_click(wimp_pointer *pointer);
void ro_gui_hotlist_selection_drag_end(wimp_dragged *drag);
void ro_gui_hotlist_move_drag_end(wimp_dragged *drag);
bool ro_gui_hotlist_keypress(int key);
+void ro_gui_hotlist_menu_closed(void);
/* in save.c */
void ro_gui_save_click(wimp_pointer *pointer);