GimpUi.NumberPairEntry.get_ratio
@accepts(GimpUi.NumberPairEntry)
@returns(float)
def get_ratio(self):
# Python wrapper for gimp_number_pair_entry_get_ratio()
Retrieves the ratio of the numbers displayed by a GimpUi.NumberPairEntry.
Since 2.4
- self
A GimpUi.NumberPairEntry widget.
- Returns