Enums¶
Details¶
- class ClutterX11.FilterReturn(value)¶
 Bases:
GObject.GEnumReturn values for the
ClutterX11.FilterFuncfunction.New in version 0.6.
- CONTINUE = 0¶
 The event was not handled, continues the processing
- TRANSLATE = 1¶
 Native event translated into a Clutter event, stops the processing
- REMOVE = 2¶
 Remove the event, stops the processing