|  |  |  | Mx Toolkit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
MxStack implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable 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.
struct MxStack;
The contents of this structure are private and should only be accessed through the public API.
struct MxStackClass {
  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);
};
ClutterActor * mx_stack_new ();
Create a new MxStack.
| Returns : | a newly allocated MxStack | 
Since 1.2