Class (GI Struct)

Gtk-3.0GtkBindingEntry

Each key binding element of a binding sets binding list is represented by a GtkBindingEntry.

Index

Constructors

Properties

destroyed: number
in_emission: number
keyval: number
marks_unbound: number
modifiers: Gdk.ModifierType

Methods

  • Parses a signal description from signal_desc and incorporates it into binding_set.

    Signal descriptions may either bind a key combination to one or more signals:

      bind "key" {
    "signalname" (param, ...)
    ...
    }

    Or they may also unbind a key combination:

      unbind "key"
    

    Key combinations must be in a format that can be parsed by gtk_accelerator_parse().

    Parameters

    Returns TokenType