From 136ba113ccf963b89b093d11388c5c473efb2799 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 30 Sep 2017 19:47:41 -0400 Subject: mq_html_notebook(): Accept and handle a current_page argument --- (limited to 'src/html.h') diff --git a/src/html.h b/src/html.h index db738e9..b31179d 100644 --- a/src/html.h +++ b/src/html.h @@ -28,7 +28,7 @@ gchar * mq_html_container(const gchar *element, ...); gchar * -mq_html_notebook(gboolean vertical, const gchar *name, ...); +mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...); gchar * mq_html_form(const gchar *submit_label, const gchar *reset_label, ...); -- cgit v0.9.1