summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-15 00:26:42 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-15 00:26:42 +0000
commit64941a66d2474e414ca0d4bbe92f106d8a5e0c7a (patch)
treeb2f271220c534be831250dfe9fab8d19e396ddbf /riscos/gui.h
parentc617bbd432a17def3dcb8f2f2a627dd3391fe09a (diff)
downloadnetsurf-64941a66d2474e414ca0d4bbe92f106d8a5e0c7a.tar.gz
netsurf-64941a66d2474e414ca0d4bbe92f106d8a5e0c7a.tar.bz2
[project @ 2003-11-15 00:26:41 by bursa]
New history window. svn path=/import/netsurf/; revision=418
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 967631032..e831d9f07 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -19,6 +19,7 @@
extern wimp_w dialog_info, dialog_saveas, dialog_config, dialog_config_br,
dialog_config_prox, dialog_config_th;
+extern wimp_w history_window;
extern wimp_menu *current_menu, *iconbar_menu, *browser_menu,
*combo_menu, *theme_menu;
extern int current_menu_x, current_menu_y, iconbar_menu_height;
@@ -101,6 +102,7 @@ void ro_gui_menu_selection(wimp_selection* selection);
/* in dialog.c */
void ro_gui_dialog_init(void);
+wimp_w ro_gui_dialog_create(const char *template_name);
void ro_gui_dialog_open(wimp_w w);
void ro_gui_dialog_click(wimp_pointer *pointer);
void ro_gui_dialog_close(wimp_w close);
@@ -138,6 +140,14 @@ void ro_gui_throb(void);
gui_window* ro_lookup_gui_from_w(wimp_w window);
gui_window* ro_lookup_gui_toolbar_from_w(wimp_w window);
+/* in history.c */
+void ro_gui_history_init(void);
+void ro_gui_history_quit(void);
+void ro_gui_history_open(struct browser_window *bw,
+ struct history_entry *entry, int wx, int wy);
+void ro_gui_history_redraw(wimp_draw *redraw);
+void ro_gui_history_click(wimp_pointer *pointer);
+
/* icon numbers */
#define ICON_CONFIG_SAVE 0
#define ICON_CONFIG_CANCEL 1