![]() |
![]() |
![]() |
Mx Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MxSlider; ClutterActor * mx_slider_new (void
); void mx_slider_set_value (MxSlider *bar
,gdouble value
); gdouble mx_slider_get_value (MxSlider *bar
);
struct MxSlider;
The contents of this structure are private and should only be accessed through the public API.
void mx_slider_set_value (MxSlider *bar
,gdouble value
);
Set the value of the slider
|
A MxSlider |
|
A value between 0.0 and 1.0 |