Enumeration

GdkKeyMatch

Declaration

enum Gdk.KeyMatch

Description [src]

Describes how well an event matches a given keyval and modifiers.

GdkKeyMatch values are returned by gdk_key_event_matches().

Members

GDK_KEY_MATCH_NONE

The key event does not match.

  • Value: 0
  • Available since: 4.0
GDK_KEY_MATCH_PARTIAL

The key event matches if keyboard state (specifically, the currently active group) is ignored.

  • Value: 1
  • Available since: 4.0
GDK_KEY_MATCH_EXACT

The key event matches.

  • Value: 2
  • Available since: 4.0