Method

GntSliderset_range

since: 2.1

Declaration [src]

void
gnt_slider_set_range (
  GntSlider* slider,
  int max,
  int min
)

Description [src]

Set the range of the slider.

Available since: 2.1

Parameters

max

Type: int

The maximum value.

min

Type: int

The minimum value.