From 3d7f79683c770a197e9d67aee840b76dde422e11 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 27 Jun 2013 16:42:08 +0100 Subject: add new tab tab --- gtk/tabs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gtk/tabs.h') diff --git a/gtk/tabs.h b/gtk/tabs.h index 862e2d9ca..959799edd 100644 --- a/gtk/tabs.h +++ b/gtk/tabs.h @@ -21,10 +21,12 @@ struct gui_window; -void nsgtk_tab_init(GtkNotebook *notebook); +void nsgtk_tab_init(struct gtk_scaffolding *gs); 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(GtkNotebook *notebook); -void nsgtk_tab_close_current(GtkNotebook *notebook); +nserror nsgtk_tab_close_current(GtkNotebook *notebook); +nserror nsgtk_tab_prev(GtkNotebook *notebook); +nserror nsgtk_tab_next(GtkNotebook *notebook); #endif -- cgit v1.2.3