[ CCode ( cname = "gimp_label_spin_set_increments" ) ]
public void set_increments (double step, double page)
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.
| this |
the LabelSpin. |
| step |
the step increment. |
| page |
the page increment. |