GdkFilterReturn

Specifies the result of applying a GdkFilterFunc to a native event. GDK_FILTER_CONTINUE event not handled, continue processing. GDK_FILTER_TRANSLATE native event translated into a GDK event and stored in the event structure that was passed in. GDK_FILTER_REMOVE event handled, terminate processing.

Values

ValueMeaning
CONTINUE
TRANSLATE
REMOVE

Meta