SpinButton.getRange

Gets the range allowed for spin_button. See gtk_spin_button_set_range().

class SpinButton
void
getRange
(
out double min
,
out double max
)

Parameters

min double

location to store minimum allowed value, or NULL. out[allow-none]

max double

location to store maximum allowed value, or NULL. out[allow-none]

Meta