GimpUi.LabelSpin.get_value

@accepts(GimpUi.LabelSpin)
@returns(float)
def get_value(self):
    # Python wrapper for gimp_label_spin_get_value()
  

This function returns the value shown by self.

self

The #GtkLabelSpin.

Returns