acceleratorGetLabelWithKeycode

fun acceleratorGetLabelWithKeycode(display: <Error class: unknown class>? = null, acceleratorKey: <Error class: unknown class>, keycode: <Error class: unknown class>, acceleratorMods: <Error class: unknown class>): String

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 func@Gtk.accelerator_get_label, but handling keycodes. This is only useful for system-level components, applications should use func@Gtk.accelerator_get_label instead.

Return

a newly-allocated string representing the accelerator

Parameters

display

a GdkDisplay or null to use the default display

acceleratorKey

accelerator keyval

keycode

accelerator keycode

acceleratorMods

accelerator modifier mask