MxStack

MxStack — A container allow stacking of children over each other

Functions

Types and Values

struct MxStack
struct MxStackClass

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── ClutterActor
            ╰── MxWidget
                ╰── MxStack

Implemented Interfaces

MxStack implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.

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.

Returns

a newly allocated 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);
};