summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-23 02:58:27 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-23 02:58:27 +0000
commit9c1cb7bb2d712048f18a02441068b91d727cbcad (patch)
tree7f4103399172d7865ff7cc1ed1536a14f27dece3 /riscos/gui.h
parent3d067e2fd635d4e92ea00f939b5ee98e59a851b8 (diff)
downloadnetsurf-9c1cb7bb2d712048f18a02441068b91d727cbcad.tar.gz
netsurf-9c1cb7bb2d712048f18a02441068b91d727cbcad.tar.bz2
[project @ 2005-04-23 02:58:27 by adrianl]
Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 6d88a37c7..98064ee13 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -97,6 +97,7 @@ void ro_gui_open_help_page(const char *page);
void ro_gui_screen_size(int *width, int *height);
void ro_gui_view_source(struct content *content);
void ro_gui_drag_box_start(wimp_pointer *pointer);
+bool ro_gui_prequit(void);
/* in dialog.c */
void ro_gui_dialog_init(void);
@@ -126,6 +127,7 @@ void ro_gui_download_window_click(struct gui_download_window *dw,
void ro_gui_download_drag_end(wimp_dragged *drag);
void ro_gui_download_datasave_ack(wimp_message *message);
void ro_gui_download_window_destroy(struct gui_download_window *dw);
+bool ro_gui_download_prequit(void);
/* in mouseactions.c */
void ro_gui_mouse_action(struct gui_window *g);
@@ -379,6 +381,11 @@ void ro_gui_theme_install_click(wimp_pointer *pointer);
#define ICON_WARNING_CONTINUE 1
#define ICON_WARNING_HELP 2
+#define ICON_QUERY_MESSAGE 0
+#define ICON_QUERY_YES 1
+#define ICON_QUERY_NO 2
+#define ICON_QUERY_HELP 3
+
#define ICON_SEARCH_TEXT 0
#define ICON_SEARCH_START 1
#define ICON_SEARCH_CASE_SENSITIVE 2