gtkAcceleratorName
Converts an accelerator keyval and modifier mask
into a string parseable by gtkAcceleratorParse
.
For example, if you pass in GDK_q
and GDK_CONTROL_MASK
,
this function returns "<Control>q".
gtkAcceleratorName(accelerator.key, accelerator.mods)
|
accelerator keyval |
|
accelerator modifier mask |
If you need to display accelerators in the user interface,
see gtkAcceleratorGetLabel
.
[character] a newly-allocated accelerator name
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.