| gtkAccelGroupQuery {RGtk2} | R Documentation |
Queries an accelerator group for all entries matching accel.key and
accel.mods.
gtkAccelGroupQuery(object, accel.key, accel.mods)
|
[GtkAccelGroup] the accelerator group to query |
|
[numeric] key value of the accelerator |
|
[GdkModifierType] modifier combination of the accelerator |
A list containing the following elements:
retval |
[GtkAccelGroupEntry] a list of n.entries GtkAccelGroupEntry elements, or NULL. |
|
[numeric] location to return the number of entries found, or NULL |
Derived by RGtkGen from GTK+ documentation