summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-07 13:16:50 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-07 13:27:34 (EDT)
commit8a4d88a3ce54ecd6692d66733540fe3dfa957147 (patch)
tree527c04e4e2e5f96edf2daa37398b730ed3dbed34 /src/html.h
parent22a2895178fcd23cb72ce62db9297bb25f9d09a9 (diff)
downloadmarquee-8a4d88a3ce54ecd6692d66733540fe3dfa957147.zip
marquee-8a4d88a3ce54ecd6692d66733540fe3dfa957147.tar.gz
marquee-8a4d88a3ce54ecd6692d66733540fe3dfa957147.tar.bz2
mq_html_input_select(): New function
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 24deb8a..6fe35a8 100644
--- a/src/html.h
+++ b/src/html.h
@@ -71,4 +71,9 @@ mq_html_input_radio(const gchar *name, const gchar *label, gboolean checked);
gchar *
mq_html_input_checkbox(const gchar *name, const gchar *label, gboolean checked);
+gchar *
+mq_html_input_select(const gchar *name, const gchar *label,
+ const gchar *selected,
+ GDestroyNotify destroy_value, GDestroyNotify destroy_label, ...);
+
#endif