SpinButton.getIncrements

Gets the current step and page the increments used by @spin_button. See gtk_spin_button_set_increments().

class SpinButton
void
getIncrements
(
out double step
,
out double page
)

Parameters

step double

location to store step increment, or %NULL

page double

location to store page increment, or %NULL

Meta