Description Usage Arguments Value Author(s)
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.
1 | gtkAcceleratorValid(keyval, modifiers)
|
|
a GDK keyval |
|
modifier mask |
[logical] TRUE
if the accelerator is valid
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.