GimpUi.prop_label_spin_new

@accepts(GObject.Object, unicode, int)
@returns(Gtk.Widget)
def prop_label_spin_new(config, property_name, digits):
    # Python wrapper for gimp_prop_label_spin_new()
  

Creates a GimpUi.LabelSpin to set and display the value of the specified double property.

Since 2.4

config

Object to which property is attached.

property_name
digits

Number of digits after decimal point to display.

Returns