GdkFilterReturn
Specifies the result of applying a GdkFilterFunc to a native event.
Value | Symbolic name | Description |
| 0 | Gdk::FILTER_CONTINUE | Event not handled, continue processesing. |
| 1 | Gdk::FILTER_TRANSLATE | Native event translated into a GDK event and stored in the event structure that was passed in. |
| 2 | Gdk::FILTER_REMOVE | Event handled, terminate processing. |