summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2010-04-07 16:52:45 +0000
committerJames Bursa <james@netsurf-browser.org>2010-04-07 16:52:45 +0000
commit01087a552ccb3eadc44a8147e8282c521fec9a21 (patch)
treeacecf1fd7e1bb7cc4ad3c7316833b71f7999998f /gtk/gtk_window.h
parent832daf49fa7fae8edc5be7ddb73e3db2c1cfb993 (diff)
downloadnetsurf-01087a552ccb3eadc44a8147e8282c521fec9a21.tar.gz
netsurf-01087a552ccb3eadc44a8147e8282c521fec9a21.tar.bz2
Put status bar and horizontal scroll bar next to each other. Each tab now contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea.
svn path=/trunk/netsurf/; revision=10277
Diffstat (limited to 'gtk/gtk_window.h')
-rw-r--r--gtk/gtk_window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtk_window.h b/gtk/gtk_window.h
index f6349b4be..27bbe5945 100644
--- a/gtk/gtk_window.h
+++ b/gtk/gtk_window.h
@@ -42,9 +42,8 @@ float nsgtk_get_scale_for_gui(struct gui_window *g);
int nsgtk_gui_window_update_targets(struct gui_window *g);
void nsgtk_window_destroy_browser(struct gui_window *g);
unsigned long nsgtk_window_get_signalhandler(struct gui_window *g, int i);
-GtkDrawingArea *nsgtk_window_get_drawing_area(struct gui_window *g);
+GtkLayout *nsgtk_window_get_layout(struct gui_window *g);
struct gui_window *nsgtk_window_iterate(struct gui_window *g);
-GtkScrolledWindow *nsgtk_window_get_scrolledwindow(struct gui_window *g);
GtkWidget *nsgtk_window_get_tab(struct gui_window *g);
void nsgtk_window_set_tab(struct gui_window *g, GtkWidget *w);