From 56bb9582b16dfd45bbd1665adaf87c6c5986aed3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Jan 2014 10:27:41 +0000 Subject: move set title, set url, start and stop throbber window operations to gui table --- riscos/window.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'riscos/window.h') diff --git a/riscos/window.h b/riscos/window.h index a59a9423c..8614ce0d2 100644 --- a/riscos/window.h +++ b/riscos/window.h @@ -29,9 +29,15 @@ void ro_gui_window_initialise(void); bool ro_gui_window_check_menu(wimp_menu *menu); +/* core acessors */ struct gui_window *gui_window_create(struct browser_window *bw, struct browser_window *clone, bool new_tab); void gui_window_destroy(struct gui_window *g); +void gui_window_set_title(struct gui_window *g, const char *title); +void gui_window_set_url(struct gui_window *g, const char *url); +void gui_window_start_throbber(struct gui_window *g); +void gui_window_stop_throbber(struct gui_window *g); + #endif -- cgit v1.2.3