Module: Clutter::ActorFlags

Defined in:
(unknown)

Constant Summary collapse

MAPPED =

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

2 or :mapped
REALIZED =

the resources associated to the actor have been
allocated

4 or :realized
REACTIVE =

the actor 'reacts' to mouse events emmitting event
signals

8 or :reactive
VISIBLE =

the actor has been shown by the application program

16 or :visible
NO_LAYOUT =

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

32 or :no_layout