prop_spin_button_new


Description:

[ CCode ( cname = "gimp_prop_spin_button_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_spin_button_new (Object config, string property_name, double step_increment, double page_increment, int digits)

Creates a spin button to set and display the value of the specified double property.

If you wish to change the widget's range relatively to the property_name's range, use prop_widget_set_factor.

Parameters:

config

Object to which property is attached.

property_name

Name of double property controlled by the spin button.

step_increment

Step size.

page_increment

Page size.

digits

Number of digits after decimal point to display.

Returns:

A new libgimpwidgetss-gimpspinbutton.


Namespace: GimpUi
Package: gimp-ui-3.0