RGtk2 (version 2.20.31)

gtkAccelGroupFind: 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

find.func
a function to filter the entries of accel.group with
data
data to pass to find.func

Value

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