Enumeration
ClutterPickMode
Description [src]
Controls the paint cycle of the scene graph when in pick mode.
| Available since: | 1.0 |
Members
| Name | Description |
|---|---|
CLUTTER_PICK_NONE |
Do not paint any actor. |
CLUTTER_PICK_REACTIVE |
Paint only the reactive actors. |
CLUTTER_PICK_ALL |
Paint all actors. |