Package: gdk

GEnum gdk:key-match

Declaration

(gobject:define-genum "GdkKeyMatch" key-match
  (:export t
   :type-initializer "gdk_key_match_get_type")
  (:none 0)
  (:partial 1)
  (:exact 2))  

Values

:none
The key event does not match.
:partial
The key event matches if keyboard state (specifically, the currently active group) is ignored.
:exact
The key event matches.

Details

Describes how well an event matches a given keyval and modifiers. The gdk:key-match values are returned by the gdk:key-event-matches function.
 

See also

2024-5-26