TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.20.3
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Converts an accelerator keyval and modifier mask into a string that can be displayed to the user.
The string may be translated.
This function is similar to Gtk.accelerator_get_label, but handling keycodes. This is only useful for system-level components, applications should use Gtk.accelerator_get_label instead.
a Gdk.Display
accelerator keyval
accelerator keycode
accelerator modifier mask
a newly-allocated string representing the accelerator
Converts an accelerator keyval and modifier mask into a string that can be displayed to the user.
The string may be translated.
This function is similar to Gtk.accelerator_get_label, but handling keycodes. This is only useful for system-level components, applications should use Gtk.accelerator_get_label instead.