Description Usage Arguments Details Value Author(s)
Parses a string representing an accelerator. The format looks like "<Control>a" or "<Shift><Alt>F1" or "<Release>z" (the last one is for key release). The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>".
1 | gtkAcceleratorParse(accelerator)
|
|
string representing an accelerator |
If the parse fails, accelerator.key
and accelerator.mods
will
be set to 0 (zero).
A list containing the following elements:
|
return location for accelerator keyval |
|
return location for accelerator modifier mask |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.