FilterReturn
Description:
[ CCode ( cprefix = "GDK_FILTER_" , type_id = "gdk_filter_return_get_type ()" ) ]
public enum FilterReturn
Specifies the result of applying a FilterFunc to a native event.
Content:
Enum values:
- CONTINUE - event not handled, continue
processing.
- REMOVE - event handled, terminate
processing.
- TRANSLATE - native event translated into
a GDK event and stored in the `event` structure that was passed in.