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)
|
[GtkAccelGroup ] a GtkAccelGroup |
|
[GtkAccelGroupFindFunc ] a function to filter the entries of accel.group with |
|
[R object] data to pass to find.func |
[GtkAccelKey
] the key of the first entry passing find.func
.
Derived by RGtkGen from GTK+ documentation