Gtk.SpinButton.prototype.configure

function configure(adjustment:Gtk.Adjustment, climb_rate:Number, digits:Number):void {
    // Gjs wrapper for gtk_spin_button_configure()
}

Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are all changed accordingly, after this function call.

adjustment

a Gtk.Adjustment

climb_rate

the new climb rate

digits

the number of decimal places to display in the spin button