TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.22.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Converts an accelerator keyval and modifier mask into a string that can be parsed by Gtk.accelerator_parse_with_keycode.
This is similar to Gtk.accelerator_name but handling keycodes. This is only useful for system-level components, applications should use Gtk.accelerator_name instead.
a Gdk.Display
accelerator keyval
accelerator keycode
accelerator modifier mask
a newly allocated accelerator name.
Converts an accelerator keyval and modifier mask into a string that can be parsed by Gtk.accelerator_parse_with_keycode.
This is similar to Gtk.accelerator_name but handling keycodes. This is only useful for system-level components, applications should use Gtk.accelerator_name instead.