acceleratorNameWithKeycode
fun acceleratorNameWithKeycode(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 parseable by gtk_accelerator_parse_with_keycode().
This is similar to func@Gtk.accelerator_name but handling keycodes. This is only useful for system-level components, applications should use func@Gtk.accelerator_name instead.
Return
a newly allocated accelerator name.
Parameters
display
a GdkDisplay
or null to use the default display
acceleratorKey
accelerator keyval
keycode
accelerator keycode
acceleratorMods
accelerator modifier mask