Method
GtkSpinButtonget_increments
Declaration [src]
void
gtk_spin_button_get_increments (
GtkSpinButton* spin_button,
gdouble* step,
gdouble* page
)
Description [src]
Gets the current step and page the increments used by spin_button
. See gtk_spin_button_set_increments().