Method

GtkSpinButtonget_range

Declaration [src]

void
gtk_spin_button_get_range (
  GtkSpinButton* spin_button,
  double* min,
  double* max
)

Description [src]

Gets the range allowed for spin_button.

See gtk_spin_button_set_range().

Parameters

min

Type: double*

Location to store minimum allowed value.

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

Type: double*

Location to store maximum allowed value.

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