Gtk.AccelGroup.Find Method
Finds the first entry in an accelerator group for which find_func returns TRUE and returns its Gtk.AccelKey.

Syntax

public AccelKey Find (AccelGroupFindFunc find_func)

Parameters

find_func
a Gtk.AccelGroupFindFunc for filtering the AccelGroup entries

Returns

a Gtk.AccelKey, the first key matching the find function. It is owned by Gtk# and must not be freed.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)