Method

GntSlideradvance_step

since: 2.1

Declaration [src]

int
gnt_slider_advance_step (
  GntSlider* slider,
  int steps
)

Description [src]

Advance the slider forward or backward.

Available since: 2.1

Parameters

steps

Type: int

The number of amounts to change, positive to change forward, negative to change backward.

Return value

Type: int

The value of the slider after the change.