GimpUi.LabelSpin.prototype.set_increments
function set_increments(step: Number(gdouble), page: Number(gdouble)): void {
// Gjs wrapper for gimp_label_spin_set_increments()
}
Set the step and page increments of the spin button. By default, these increment values are automatically computed depending on the range based on common usage. So you will likely not need to run this for most case. Yet if you want specific increments (which the widget cannot guess), you can call this function.
- step
the step increment.
- page
the page increment.