app: add gimp_prop_spin_scale_new()
This commit is contained in:
@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user