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