Class
ClutterLayoutMeta
Description [src]
abstract class Clutter.LayoutMeta : GObject.Object
{
/* No available fields */
}
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 container
ClutterActor
using a ClutterLayoutManager
.
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.