Gtk.SpinButton.prototype.get_wrap

function get_wrap():Boolean {
    // Gjs wrapper for gtk_spin_button_get_wrap()
}

Returns whether the spin button's value wraps around to the opposite limit when the upper or lower limit of the range is exceeded. See Gtk.set_wrap.

Returns

true if the spin button wraps around