gtkAccelGroupFind {RGtk2}R Documentation

gtkAccelGroupFind

Description

Finds the first entry in an accelerator group for which find.func returns TRUE and returns its GtkAccelKey.

Usage

gtkAccelGroupFind(object, find.func, data = NULL)

Arguments

object [GtkAccelGroup] a GtkAccelGroup
find.func [GtkAccelGroupFindFunc] a function to filter the entries of accel.group with
data [R object] data to pass to find.func

Value

[GtkAccelKey] the key of the first entry passing find.func.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]