From 89f9769dd414de3ae090b30dda04cb01cb9034b0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 30 Sep 2017 19:23:24 -0400 Subject: mq_html_notebook(): New function --- (limited to 'src/html.h') diff --git a/src/html.h b/src/html.h index 84a133a..f80f897 100644 --- a/src/html.h +++ b/src/html.h @@ -25,6 +25,9 @@ #include gchar * +mq_html_notebook(gboolean vertical, const gchar *name, ...); + +gchar * mq_html_form(const gchar *submit_label, const gchar *reset_label, ...); gchar * -- cgit v0.9.1