summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 8dffe85..24deb8a 100644
--- a/src/html.h
+++ b/src/html.h
@@ -62,6 +62,10 @@ mq_html_input_number_i(const gchar *name, const gchar *label,
gint min, gint step, gint max, gint value);
gchar *
+mq_html_input_number_d(const gchar *name, const gchar *label,
+ gdouble min, gdouble step, gdouble max, gdouble value);
+
+gchar *
mq_html_input_radio(const gchar *name, const gchar *label, gboolean checked);
gchar *