Enumeration

GdkFilterReturn

Declaration

enum Gdk.FilterReturn

Description [src]

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

Members

GDK_FILTER_CONTINUE

Event not handled, continue processing.

  • Value: 0
  • Available since: 3.0
GDK_FILTER_TRANSLATE

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

  • Value: 1
  • Available since: 3.0
GDK_FILTER_REMOVE

Event handled, terminate processing.

  • Value: 2
  • Available since: 3.0