aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-02-09 11:59:30 -0600
committerCody Russell <crussell@canonical.com>2010-02-09 11:59:30 -0600
commita843525802fee1d72cb1b0f95bb068b3f9a4bba3 (patch)
tree80a338f6fe91f1b240721cae56f524dfcc632a16 /src/idoscalemenuitem.h
parentd03f386062621035cfb774436913d426878a1df8 (diff)
downloadayatana-ido-a843525802fee1d72cb1b0f95bb068b3f9a4bba3.tar.gz
ayatana-ido-a843525802fee1d72cb1b0f95bb068b3f9a4bba3.tar.bz2
ayatana-ido-a843525802fee1d72cb1b0f95bb068b3f9a4bba3.zip
Add support for initial value to ido_scale_menu_item_new_with_range()
Diffstat (limited to 'src/idoscalemenuitem.h')
-rw-r--r--src/idoscalemenuitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idoscalemenuitem.h b/src/idoscalemenuitem.h
index 4d43e96..98e333a 100644
--- a/src/idoscalemenuitem.h
+++ b/src/idoscalemenuitem.h
@@ -59,6 +59,7 @@ GType ido_scale_menu_item_get_type (void) G_GNUC_CONST;
GtkWidget *ido_scale_menu_item_new (const gchar *label,
GtkAdjustment *adjustment);
GtkWidget *ido_scale_menu_item_new_with_range (const gchar *label,
+ gdouble value,
gdouble min,
gdouble max,
gdouble step);