Method
Gtk SpinButtonget_range
Declaration [src]
void
gtk_spin_button_get_range(
GtkSpinButton*spin_button,
gdouble*min,
gdouble*max
)
Description [src]
Gets the range allowed for spin_button.
See gtk_spin_button_set_range().
Parameters
min-
Type:
gdouble*Location to store minimum allowed value, or
NULL.The argument will be set by the function.The argument can beNULL. max-
Type:
gdouble*Location to store maximum allowed value, or
NULL.The argument will be set by the function.The argument can beNULL.