Method

Gtk Rangeset_range

Declaration [src]

void
gtk_range_set_range(
GtkRange*range,
gdoublemin,
gdoublemax
)

Description [src]

Sets the allowable values in the GtkRange, and clamps the range value to be between min and max. (If the range has a non-zero page size, it is clamped between min and max - page-size.).

Parameters

min

Type: gdouble

Minimum range value.

max

Type: gdouble

Maximum range value.

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