Gjsify LogoGjsify Logo

Flags passed to the #ClutterActorClass.allocate() virtual function and to the clutter_actor_allocate() function.

bitfield

Index

Enumeration Members

ABSOLUTE_ORIGIN_CHANGED: number

Whether the absolute origin of the actor has changed; this implies that any ancestor of the actor has been moved.

ALLOCATION_NONE: number

No flag set

DELEGATE_LAYOUT: number

Whether the allocation should be delegated to the #ClutterLayoutManager instance stored inside the #ClutterActor:layout-manager property of #ClutterActor. This flag should only be used if you are subclassing #ClutterActor and overriding the #ClutterActorClass.allocate() virtual function, but you wish to use the default implementation of the virtual function inside #ClutterActor. Added in Clutter 1.10.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method