| Mx Toolkit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct MxSlider; struct MxSliderClass; ClutterActor * mx_slider_new (void); void mx_slider_set_value (MxSlider *bar,gdouble value); gdouble mx_slider_get_value (MxSlider *bar);
MxSlider implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
struct MxSlider;
The contents of this structure are private and should only be accessed through the public API.
struct MxSliderClass {
MxWidgetClass parent_class;
/* padding for future expansion */
void (*_padding_0) (void);
void (*_padding_1) (void);
void (*_padding_2) (void);
void (*_padding_3) (void);
void (*_padding_4) (void);
};
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 |