summaryrefslogtreecommitdiff
path: root/monkey/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/browser.h')
-rw-r--r--monkey/browser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/monkey/browser.h b/monkey/browser.h
index 0b1fd8d13..ab4e59bbb 100644
--- a/monkey/browser.h
+++ b/monkey/browser.h
@@ -46,5 +46,9 @@ void monkey_kill_browser_windows(void);
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 /* NETSURF_MONKEY_BROWSER_H */