ClutterX11.FilterReturn – clutter-x11-1.0 Reference Manual
Packages
clutter-x11-1.0
ClutterX11
FilterReturn
CONTINUE
REMOVE
TRANSLATE
FilterReturn
Description:
[
CCode
( cprefix =
"CLUTTER_X11_FILTER_"
, type_id =
"clutter_x11_filter_return_get_type ()"
) ]
[
Version
( since =
"0.6"
) ]
public
enum
FilterReturn
Return values for the
FilterFunc
function.
Namespace:
ClutterX11
Package:
clutter-x11-1.0
Content:
Enum values:
CONTINUE
-
The event was not handled, continues the processing
REMOVE
-
Remove the event, stops the processing
TRANSLATE
-
Native event translated into a Clutter event, stops the processing