Enumeration
ClutterActorFlags
since: 13
Members
CLUTTER_ACTOR_MAPPED-
The actor will be painted (is visible, and inside a toplevel, and all parents visible)
- Value:
2 - Nickname:
mapped - Available since: 13
- Value:
CLUTTER_ACTOR_REALIZED-
The resources associated to the actor have been allocated.
- Value:
4 - Nickname:
realized - Available since: 13
- Value:
CLUTTER_ACTOR_REACTIVE-
The actor ‘reacts’ to mouse events emitting event signals.
- Value:
8 - Nickname:
reactive - Available since: 13
- Value:
CLUTTER_ACTOR_VISIBLE-
The actor has been shown by the application program.
- Value:
16 - Nickname:
visible - Available since: 13
- Value:
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.
- Value:
32 - Nickname:
no-layout - Available since: 13
- Value: