![]() |
![]() |
![]() |
Mx Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
MxStack implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, ClutterContainer and MxFocusable.
The MxStack arranges its children in a stack, where each child can be allocated its preferred size or larger, if the fill option is set. If the fill option isn't set, a child's position will be determined by its alignment properties.
typedef struct _MxStack MxStack;
The contents of this structure are private and should only be accessed through the public API.
ClutterActor * mx_stack_new ();
Create a new MxStack.
Returns : |
a newly allocated MxStack |