Enumeration

ClutterPickMode

Declaration

enum Clutter.PickMode

Description [src]

Controls the paint cycle of the scene graph when in pick mode.

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.