Enumeration
ClutterActorFlags
Members
Name | Description |
---|---|
CLUTTER_ACTOR_MAPPED |
The actor will be painted (is visible, and inside a toplevel, and all parents visible) |
CLUTTER_ACTOR_REALIZED |
The resources associated to the actor have been allocated. |
CLUTTER_ACTOR_REACTIVE |
The actor ‘reacts’ to mouse events emitting event signals. |
CLUTTER_ACTOR_VISIBLE |
The actor has been shown by the application program. |
CLUTTER_ACTOR_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. |