AccelGroup.find

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

class AccelGroup
find

Parameters

findFunc GtkAccelGroupFindFunc

a function to filter the entries of accel_group with. [scope call]

data void*

data to pass to find_func

Return Value

the key of the first entry passing find_func. The key is owned by GTK+ and must not be freed. [transfer none]

Meta