MxSlider
MxSlider — A widget to visualize and control a range
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----ClutterActor
+----MxWidget
+----MxSlider
Implemented Interfaces
MxSlider implements
ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
Properties
"value" gdouble : Read / Write
Details
struct MxSlider
struct MxSlider;
The contents of this structure are private and should only be accessed
through the public API.
mx_slider_new ()
ClutterActor * mx_slider_new (void
);
Create a new slider
mx_slider_set_value ()
void mx_slider_set_value (MxSlider *bar
,
gdouble value
);
Set the value of the slider
bar :
|
A MxSlider
|
value :
|
A value between 0.0 and 1.0 |
mx_slider_get_value ()
gdouble mx_slider_get_value (MxSlider *bar
);
Retrieve the current value of the media bar
Property Details
The "value"
property
"value" gdouble : Read / Write
Value.
Allowed values: [0,1]
Default value: 0