summaryrefslogtreecommitdiffstats
path: root/src/notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.h')
-rw-r--r--src/notebook.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 5d00074..43199f9 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -68,6 +68,9 @@ gint
mq_notebook_get_n_pages(MqNotebook *notebook);
void
+mq_notebook_set_current_page(MqNotebook *notebook, gint page_num);
+
+void
mq_notebook_update_tab_title(MqNotebook *notebook, MqTabPage *tab_page,
const gchar *title);