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
.
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.Object::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
);
}
Class members
_clutter_padding1 |
|
No description available. | |
_clutter_padding2 |
|
No description available. | |
_clutter_padding3 |
|
No description available. | |
_clutter_padding4 |
|
No description available. |