TypeScript API Documentation for GTK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 3.0
Parses a signal description from signal_desc and incorporates it into binding_set.
signal_desc
binding_set
Signal descriptions may either bind a key combination to one or more signals:
bind "key" { "signalname" (param, ...) ... } Copy
bind "key" { "signalname" (param, ...) ... }
Or they may also unbind a key combination:
unbind "key" Copy
unbind "key"
Key combinations must be in a format that can be parsed by gtk_accelerator_parse().
gtk_accelerator_parse()
a Gtk.BindingSet
a signal description
GLib.TokenType.NONE if the signal was successfully parsed and added, the expected token otherwise
3.0
Parses a signal description from
signal_descand incorporates it intobinding_set.Signal descriptions may either bind a key combination to one or more signals:
Or they may also unbind a key combination:
Key combinations must be in a format that can be parsed by
gtk_accelerator_parse().