Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.AllocationFlags

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterAllocationFlags
Enum : AllocationFlags
  Show / Hide Inherited methods, properties and signals
Flags passed to the ClutterActor::allocate() virtual function and to the clutter_actor_allocate() function
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Signal
allocation_changed (Actor self, ActorBox box, AllocationFlags flags) : none
The ::allocation-changed signal is emitted when the ClutterActor:allocation property changes.
Clutter.Actor
Method
allocate (ActorBox box, AllocationFlags flags) : none
Called by the parent of an actor to assign the actor its size.
Clutter.Actor
Method
allocate_preferred_size (AllocationFlags flags) : none
Allocates the natural size of self.
Clutter.Actor
Method
allocate_available_size (Number x, Number y, Number available_width, Number available_height, AllocationFlags flags) : none
Allocates self taking into account the ClutterActor's preferred size, but limiting it to the maximum available width and height provided.
Clutter.LayoutManager
Method
allocate (Container container, ActorBox allocation, AllocationFlags flags) : none
Allocates the children of container given an area See also clutter_actor_allocate()
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)