accelerator_get_label_with_keycode


Description:


[ Version ( since = "3.4" ) ]
public string accelerator_get_label_with_keycode (Display? display, uint accelerator_key, uint keycode, ModifierType accelerator_mods)

Converts an accelerator keyval and modifier mask into a (possibly translated) string that can be displayed to a user, similarly to accelerator_get_label, but handling keycodes.

This is only useful for system-level components, applications should use accelerator_parse instead.

Parameters:

display

a Display or null to use the default display

accelerator_key

accelerator keyval

keycode

accelerator keycode

accelerator_mods

accelerator modifier mask

Returns:

a newly-allocated string representing the accelerator.


Namespace: Gtk
Package: gtk+-3.0