AccelGroup.find

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

Parameters

findFunc gtk.types.AccelGroupFindFunc

a function to filter the entries of accel_group with

Return Value

Type: gtk.types.AccelKey

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