Enumeration

GdkFilterReturn

Declaration

enum Gdk.FilterReturn

Description [src]

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

Members

Name Description
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.