GdkFilterReturn

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

Value

Symbolic name

Description

  0Gdk::FILTER_CONTINUE Event not handled, continue processesing.
  1Gdk::FILTER_TRANSLATE Native event translated into a GDK event and stored in the event structure that was passed in.
  2Gdk::FILTER_REMOVE Event handled, terminate processing.