Package: gdk

Enum gdk-filter-return

Details

Specifies the result of applying a GdkFilterFunc to a native event.
(define-g-enum "GdkFilterReturn" gdk-filter-return
  (:export t
   :type-initializer "gdk_filter_return_get_type")
  (:continue 0)
  (:translate 1)
  (:remove 2))  
:continue
Event not handled, continue processing.
:translate
Native event translated into a GDK event and stored in the event structure that was passed in.
:remove
Event handled, terminate processing.
 

See also

2020-9-6