find


Description:

public AccelKey* find (AccelGroupFindFunc find_func)

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

Parameters:

this

a AccelGroup

find_func

a function to filter the entries of this with

data

data to pass to find_func

Returns:

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