From 74fa727509874983884a35b44b646be034b1fd69 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 2 Sep 2006 15:52:41 +0000 Subject: Experimental new frames code. svn path=/trunk/netsurf/; revision=2906 --- desktop/gui.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 1e27d851f..4d09921a8 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -65,9 +65,12 @@ bool gui_window_get_scroll(struct gui_window *g, int *sx, int *sy); void gui_window_set_scroll(struct gui_window *g, int sx, int sy); void gui_window_scroll_visible(struct gui_window *g, int x0, int y0, int x1, int y1); +void gui_window_position_frame(struct gui_window *g, int x0, int y0, + int x1, int y1); +void gui_window_get_dimensions(struct gui_window *g, int *width, int *height); int gui_window_get_width(struct gui_window *g); int gui_window_get_height(struct gui_window *g); -void gui_window_set_extent(struct gui_window *g, int width, int height); +void gui_window_update_extent(struct gui_window *g); void gui_window_set_status(struct gui_window *g, const char *text); void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape); void gui_window_hide_pointer(struct gui_window *g); @@ -81,6 +84,7 @@ bool gui_window_scroll_start(struct gui_window *g); bool gui_window_box_scroll_start(struct gui_window *g, int x0, int y0, int x1, int y1); void gui_window_save_as_link(struct gui_window *g, struct content *c); +bool gui_window_frame_resize_start(struct gui_window *g); struct gui_download_window *gui_download_window_create(const char *url, const char *mime_type, struct fetch *fetch, -- cgit v1.2.3