| Mx Toolkit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
MxSpinner; ClutterActor * mx_spinner_new (void); gboolean mx_spinner_get_animating (MxSpinner *spinner); void mx_spinner_set_animating (MxSpinner *spinner,gboolean animating);
MxSpinner implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.
The MxSpinner is a widget to use to indicate that something is being processed, usually a task of indeterminate length.
typedef struct _MxSpinner MxSpinner;
The contents of this structure are private and should only be accessed through the public API.
ClutterActor * mx_spinner_new (void);
Create a new MxSpinner widget.
Returns : |
a newly allocated MxSpinner |
gboolean mx_spinner_get_animating (MxSpinner *spinner);
Determines whether the spinner is animating.
"animating" property"animating" gboolean : Read / Write
Whether the spinner is animating.
Default value: TRUE