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 be NULL.
max

Type: gdouble*

Location to store maximum allowed value, or NULL.

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

AltStyle によって変換されたページ (->オリジナル) /