Method
GtkSpinButtonget_increments
Declaration [src]
void
gtk_spin_button_get_increments (
GtkSpinButton* spin_button,
double* step,
double* page
)
Parameters
step |
double* |
Location to store step increment. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
page |
double* |
Location to store page increment. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |