app: add gimp_prop_spin_scale_new()

This commit is contained in:
Michael Natterer
2010-11-01 20:04:35 +01:00
parent ae3afca697
commit 01f4bad1f6
2 changed files with 119 additions and 0 deletions

View File

@ -50,8 +50,15 @@ GtkWidget * gimp_prop_color_button_new (GObject *config,
/* GParamDouble */
GtkWidget * gimp_prop_scale_button_new (GObject *config,
const gchar *property_name);
GtkWidget * gimp_prop_spin_scale_new (GObject *config,
const gchar *property_name,
const gchar *label,
gdouble step_increment,
gdouble page_increment,
gint digits);
/* GParamObject (GimpViewable) */