summaryrefslogtreecommitdiff
path: root/gtk/tabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/tabs.h')
-rw-r--r--gtk/tabs.h6
1 files changed, 4 insertions, 2 deletions
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