Gtk.SpinButton.prototype.set_wrap
function set_wrap(wrap:Boolean):void {
// Gjs wrapper for gtk_spin_button_set_wrap()
}Sets the flag that determines if a spin button value wraps around to the opposite limit when the upper or lower limit of the range is exceeded.
- wrap
a flag indicating if wrapping behavior is performed