Gjsify LogoGjsify Logo

Flags used to signal the state of an actor.

bitfield

Index

Enumeration Members

MAPPED: number

the actor will be painted (is visible, and inside a toplevel, and all parents visible)

NO_LAYOUT: number

the actor provides an explicit layout management policy for its children; this flag will prevent Clutter from automatic queueing of relayout and will defer all layouting to the actor itself

REACTIVE: number

the actor 'reacts' to mouse events emmitting event signals

REALIZED: number

the resources associated to the actor have been allocated

VISIBLE: number

the actor has been shown by the application program

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