MxStack
MxStack — A container allow stacking of children over each other
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── ClutterActor
╰── MxWidget
╰── MxStack
Description
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.
Functions
mx_stack_new ()
ClutterActor *
mx_stack_new ();
Create a new MxStack.
Since: 1.2
Types and Values
struct MxStack
struct MxStack;
The contents of this structure are private and should only be accessed
through the public API.
struct MxStackClass
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);
};