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
Finds the first accelerator in any Gtk.AccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.
object
accel_key
accel_mods
the GObject.Object, usually a Gtk.Window, on which to activate the accelerator
accelerator keyval from a key event
keyboard state mask from a key event
true if an accelerator was activated and handled this keypress
true
Finds the first accelerator in any Gtk.AccelGroup attached to
objectthat matchesaccel_keyandaccel_mods, and activates that accelerator.