From 01087a552ccb3eadc44a8147e8282c521fec9a21 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 7 Apr 2010 16:52:45 +0000 Subject: 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 --- gtk/gtk_tabs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtk_tabs.h') diff --git a/gtk/gtk_tabs.h b/gtk/gtk_tabs.h index 88f703017..969383001 100644 --- a/gtk/gtk_tabs.h +++ b/gtk/gtk_tabs.h @@ -22,7 +22,7 @@ struct gui_window; void nsgtk_tab_init(GtkWidget *tabs); -void nsgtk_tab_add(struct gui_window *window, bool background); +void nsgtk_tab_add(struct gui_window *window, GtkWidget *tab_contents, bool background); void nsgtk_tab_set_title(struct gui_window *g, const char *title); void nsgtk_tab_options_changed(GtkWidget *tabs); void nsgtk_tab_close_current(GtkNotebook *notebook); -- cgit v1.2.3