CinnamonStack

CinnamonStack — Pure "Z-axis" container class

Synopsis

struct              CinnamonStack;
struct              CinnamonStackClass;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----StWidget
                     +----StContainer
                           +----CinnamonStack

Implemented Interfaces

CinnamonStack implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.

Description

A CinnamonStack draws its children on top of each other, aligned to the top left. It will be sized in width/height according to the largest such dimension of its children, and all children will be allocated that size. This differs from ClutterGroup which allocates its children their natural size, even if that would overflow the size allocated to the stack.

Details

struct CinnamonStack

struct CinnamonStack;

struct CinnamonStackClass

struct CinnamonStackClass {
    StContainerClass parent_class;
};