SpinButton.getIncrements
void getIncrements(out double step, out double page)Gets the current step and page the increments used by spin_button. See [gtk.spin_button.SpinButton.setIncrements].
Parameters
step | location to store step increment, or null |
page | location to store page increment, or null |