Description Usage Arguments Details Value Author(s)
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".
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.