summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-06 14:37:27 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-06 14:37:27 (EST)
commitb91b2b8c6325bbab628f9fcb22e34978eee6ba32 (patch)
treecd9f8304a4bd0aecc63e43a69386da49615d11b2 /src/utils/html.h
parentdbeecfd6c3e15ca50f06979fea6ae3fac84bd0a9 (diff)
downloadmarquee-b91b2b8c6325bbab628f9fcb22e34978eee6ba32.zip
marquee-b91b2b8c6325bbab628f9fcb22e34978eee6ba32.tar.gz
marquee-b91b2b8c6325bbab628f9fcb22e34978eee6ba32.tar.bz2
mq_html_buttonbox(): New function
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index ec9b659..7e8002c 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -110,6 +110,10 @@ gchar *
mq_html_submit(const gchar *name, const gchar *label, gboolean disabled);
gchar *
+mq_html_buttonbox(const gchar *submit_name, const gchar *submit_label,
+ const gchar *reset_name, const gchar *reset_label);
+
+gchar *
mq_html_input_iframe(const gchar *src);
G_END_DECLS