GdkFilterReturn

Specifies the result of applying a GdkFilterFunc to a native event.

Values

ValueMeaning
CONTINUE0

event not handled, continue processing.

TRANSLATE1

native event translated into a GDK event and stored in the event structure that was passed in.

REMOVE2

event handled, terminate processing.