Class

ClutterLayoutMeta

Description [src]

abstract class Clutter.LayoutMeta : Clutter.ChildMeta {
  manager: ClutterLayoutManager*
}

Wrapper for actors inside a layout manager

ClutterLayoutMeta is a wrapper object created by ClutterLayoutManager implementations in order to store child-specific data and properties.

A ClutterLayoutMeta wraps a ClutterActor inside a ClutterContainer using a ClutterLayoutManager.

Instance methods

clutter_layout_meta_get_manager

Retrieves the actor wrapped by data.

Methods inherited from ClutterChildMeta (2)
clutter_child_meta_get_actor

Retrieves the actor wrapped by data.

clutter_child_meta_get_container

Retrieves the container using data.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Clutter.LayoutMeta:manager

The ClutterLayoutManager that created this ClutterLayoutMeta.

Properties inherited from ClutterChildMeta (2)
Clutter.ChildMeta:actor

The ClutterActor being wrapped by this ClutterChildMeta.

Clutter.ChildMeta:container

The ClutterContainer that created this ClutterChildMeta.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ClutterLayoutMetaClass {
  void (* _clutter_padding1) (
void
  );
  void (* _clutter_padding2) (
void
  );
  void (* _clutter_padding3) (
void
  );
  void (* _clutter_padding4) (
void
  );
  
}

The ClutterLayoutMetaClass contains only private data and should never be accessed directly.

Class members
_clutter_padding1: void (* _clutter_padding1) ( void )
No description available.
_clutter_padding2: void (* _clutter_padding2) ( void )
No description available.
_clutter_padding3: void (* _clutter_padding3) ( void )
No description available.
_clutter_padding4: void (* _clutter_padding4) ( void )
No description available.