Enums¶
Details¶
- class ClutterX11.FilterReturn(value)¶
Bases:
GObject.GEnum
Return values for the
ClutterX11.FilterFunc
function.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