SpinButton.getRange

void getRange(out double min, out double max)

Gets the range allowed for spin_button.

See [gtk.spin_button.SpinButton.setRange].

Parameters

minlocation to store minimum allowed value
maxlocation to store maximum allowed value