GimpUi.NumberPairEntry.get_aspect

@accepts(GimpUi.NumberPairEntry)
@returns(GimpUi.AspectType)
def get_aspect(self):
    # Python wrapper for gimp_number_pair_entry_get_aspect()
  

Gets the aspect of the ratio displayed by a GimpUi.NumberPairEntry.

Since 2.4

self

A GimpUi.NumberPairEntry widget.

Returns