gtkAccelGroupFind {RGtk2} | R Documentation |
Finds the first entry in an accelerator group for which
find.func
returns TRUE
and returns its GtkAccelKey
.
gtkAccelGroupFind(object, find.func, data = NULL)
|
|
|
a function to filter the entries of |
|
data to pass to |
[GtkAccelKey
] the key of the first entry passing find.func
.
Derived by RGtkGen from GTK+ documentation