| gtkAcceleratorValid {RGtk2} | R Documentation |
Determines whether a given keyval and modifier mask constitute
a valid keyboard accelerator. For example, the GDK_a keyval
plus GDK_CONTROL_MASK is valid - this is a "Ctrl+a" accelerator.
But, you can't, for instance, use the GDK_Control_L keyval
as an accelerator.
gtkAcceleratorValid(keyval, modifiers)
|
[numeric] a GDK keyval |
|
[GdkModifierType] modifier mask |
[logical] TRUE if the accelerator is valid
Derived by RGtkGen from GTK+ documentation