summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-26 18:31:55 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-26 18:31:55 (EDT)
commitfc1eaf8d1f64967afdc367a01cf7060fa3e25ff3 (patch)
treee6a547f83e5100d775f762b933f01cdd183823ff /src/html.h
parent87d058f4e08bcd664669fd37567f7dbcf247693d (diff)
downloadmarquee-fc1eaf8d1f64967afdc367a01cf7060fa3e25ff3.zip
marquee-fc1eaf8d1f64967afdc367a01cf7060fa3e25ff3.tar.gz
marquee-fc1eaf8d1f64967afdc367a01cf7060fa3e25ff3.tar.bz2
mq_html_th(): New function
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index becbba9..f35b49b 100644
--- a/src/html.h
+++ b/src/html.h
@@ -61,6 +61,9 @@ gchar *
mq_html_fieldset(gchar *first_child, ...);
gchar *
+mq_html_th(GDestroyNotify destroy, gchar *text);
+
+gchar *
mq_html_input_text(const gchar *name, const gchar *label, const gchar *value);
gchar *