Function
Gtkaccelerator_get_label_with_keycode
Declaration [src]
char*
gtk_accelerator_get_label_with_keycode (
  GdkDisplay* display,
  guint accelerator_key,
  guint keycode,
  GdkModifierType accelerator_mods
)
Description [src]
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.
Parameters
| display | GdkDisplay | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| accelerator_key | guint | 
| Accelerator keyval. | |
| keycode | guint | 
| Accelerator keycode. | |
| accelerator_mods | GdkModifierType | 
| Accelerator modifier mask. |