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. out[allow-none]

page double

location to store page increment, or NULL. out[allow-none]

Meta