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().

Parameters

step

Type: gdouble*

Location to store step increment, or NULL.

The argument will be set by the function.
The argument can be NULL.
page

Type: gdouble*

Location to store page increment, or NULL.

The argument will be set by the function.
The argument can be NULL.