Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Interface Clutter.Container

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterContainer
Interface : Container
Implementations: Clutter.Box, Clutter.Group, Clutter.Stage
  Show / Hide Inherited methods, properties and signals
ClutterContainer is an opaque structure whose members cannot be directly accessed
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.ChildMeta
Property
container : Clutter.Container
The ClutterContainer that created this ClutterChildMeta.
Clutter.ChildMeta
Method
get_container () : Clutter.Container
Retrieves the container using data
Clutter.LayoutManager
Method
get_preferred_width (Container container, Number for_height) : Object
Computes the minimum and natural widths of the container according to manager.
Clutter.LayoutManager
Method
get_preferred_height (Container container, Number for_width) : Object
Computes the minimum and natural heights of the container according to manager.
Clutter.LayoutManager
Method
allocate (Container container, ActorBox allocation, AllocationFlags flags) : none
Allocates the children of container given an area See also clutter_actor_allocate()
Clutter.LayoutManager
Method
set_container (Container container) : none
If the ClutterLayoutManager sub-class allows it, allow adding a weak reference of the container using manager from within the layout manager The layout manager should not increase the reference count of the container
Clutter.LayoutManager
Method
get_child_meta (Container container, Actor actor) : Clutter.LayoutMeta
Retrieves the ClutterLayoutMeta that the layout manager associated to the actor child of container, eventually by creating one if the ClutterLayoutManager supports layout properties
Clutter.LayoutManager
Method
child_set_property (Container container, Actor actor, String property_name, Value value) : none
Sets a property on the ClutterLayoutMeta created by manager and attached to a child of container
Clutter.LayoutManager
Method
child_get_property (Container container, Actor actor, String property_name, Value value) : none
Gets a property on the ClutterLayoutMeta created by manager and attached to a child of container The GValue must already be initialized to the type of the property and has to be unset with g_value_unset() after extracting the real value out of it
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:37 GMT+0800 (HKT)