Module: Clutter::AllocationFlags
- Defined in:
- (unknown)
Constant Summary collapse
- ALLOCATION_NONE =
No flag set
0 or :allocation_none
- ABSOLUTE_ORIGIN_CHANGED =
Whether the absolute origin of the
actor has changed; this implies that any ancestor of the actor has
been moved. 2 or :absolute_origin_changed
- DELEGATE_LAYOUT =
Whether the allocation should be delegated
to the Clutter::LayoutManager instance stored inside the
Clutter::Actor:layout-manager property of #ClutterActor. This flag
should only be used if you are subclassing Clutter::Actor and
overriding the Clutter::ActorClass.allocate() virtual function, but
you wish to use the default implementation of the virtual function
inside Clutter::Actor. Added in Clutter 1.10. 4 or :delegate_layout