SpinButton.getIncrements

Gets the current step and page the increments used by spin_button. See SpinButton.setIncrements.

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