summaryrefslogtreecommitdiffstats
path: root/src/notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.c')
-rw-r--r--src/notebook.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/notebook.c b/src/notebook.c
index 20f7ff2..e5dbd47 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -460,6 +460,12 @@ mq_notebook_remove_page(MqNotebook *notebook, MqTabPage *page)
}
}
+void
+mq_notebook_remove_current_page(MqNotebook *notebook)
+{
+ mq_notebook_remove_page(notebook, notebook->current_page);
+}
+
gint
mq_notebook_get_n_pages(MqNotebook *notebook)
{