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