Gjsify LogoGjsify Logo

Hierarchy

  • BindingEntry

Index

Constructors

Properties

bindingSet: Gtk.BindingSet
destroyed: number
hashNext: Gtk.BindingEntry
inEmission: number
keyval: number
marksUnbound: number
modifiers: Gdk.ModifierType
setNext: Gtk.BindingEntry
name: string

Methods

  • Override or install a new key binding for keyval with modifiers on binding_set.

    Parameters

    • bindingSet: Gtk.BindingSet

      a #GtkBindingSet to add a signal to

    • keyval: number

      key value

    • modifiers: Gdk.ModifierType

      key modifier

    • signalName: string

      signal name to be bound

    • bindingArgs: Gtk.BindingArg[]

      list of #GtkBindingArg signal arguments

    Returns void

  • Clears a binding entry.

    Parameters

    • bindingSet: Gtk.BindingSet

      binding set to clear an entry of

    • keyval: number

      key value of binding to clear

    • modifiers: Gdk.ModifierType

      key modifier of binding to clear

    Returns void

  • Remove a binding previously installed via gtk_binding_entry_add_signal() on binding_set.

    Parameters

    • bindingSet: Gtk.BindingSet

      a #GtkBindingSet to remove an entry of

    • keyval: number

      key value of binding to remove

    • modifiers: Gdk.ModifierType

      key modifier of binding to remove

    Returns void

  • Install a binding on binding_set which causes key lookups to be aborted, to prevent bindings from lower priority sets to be activated.

    Parameters

    • bindingSet: Gtk.BindingSet

      a #GtkBindingSet to skip an entry of

    • keyval: number

      key value of binding to skip

    • modifiers: Gdk.ModifierType

      key modifier of binding to skip

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method