Method

GntSliderget_range

since: 2.14

Declaration [src]

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

Description [src]

Get the range of the slider.

Available since: 2.14

Parameters

max

Type: int*

The maximum value.

The argument will be set by the function.
min

Type: int*

The minimum value.

The argument will be set by the function.