Function
Gtkaccelerator_name_with_keycode
since: 3.4
Declaration [src]
gchar*
gtk_accelerator_name_with_keycode (
GdkDisplay* display,
guint accelerator_key,
guint keycode,
GdkModifierType accelerator_mods
)
Description [src]
Converts an accelerator keyval and modifier mask
into a string parseable by gtk_accelerator_parse_with_keycode(),
similarly to gtk_accelerator_name() but handling keycodes.
This is only useful for system-level components, applications
should use gtk_accelerator_parse() instead.
Available since: 3.4
Parameters
display-
Type:
GdkDisplayA
GdkDisplayorNULLto use the default display.The argument can be NULL.The data is owned by the caller of the function. accelerator_key-
Type:
guintAccelerator keyval.
keycode-
Type:
guintAccelerator keycode.
accelerator_mods-
Type:
GdkModifierTypeAccelerator modifier mask.