gtkAcceleratorGetLabel {RGtk2} | R Documentation |
Converts an accelerator keyval and modifier mask into a string which can be used to represent the accelerator to the user.
gtkAcceleratorGetLabel(accelerator.key, accelerator.mods)
|
[numeric] accelerator keyval |
|
[GdkModifierType ] accelerator modifier mask |
Since 2.6
[character] a newly-allocated string representing the accelerator.
Derived by RGtkGen from GTK+ documentation