Constructor
GntSlidernew
since: 2.1
Declaration [src]
GntWidget*
gnt_slider_new (
gboolean orient,
int max,
int min
)
Parameters
orient-
Type:
gbooleanA vertical slider is created if
TRUE, otherwise the slider is horizontal. max-
Type:
intThe maximum value for the slider.
min-
Type:
intThe minimum value for the slider.
Return value
Type: GntWidget
The newly created slider.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |