| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterAllocationFlags |
| Enum : | AllocationFlags |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Clutter.AllocationFlags.ABSOLUTE_ORIGIN_CHANGED : 2
|
|
|
Number Clutter.AllocationFlags.ALLOCATION_NONE : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Clutter.Actor
Signal |
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 |
Allocates the children of container given an area See also clutter_actor_allocate()
|