<Type Name="AccelGroupFindFunc" FullName="Gtk.AccelGroupFindFunc">
  <TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AccelGroupFindFunc(AccelKey key, IntPtr closure);" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AccelGroupFindFunc extends System.MulticastDelegate" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
    <AssemblyPublicKey />
  </AssemblyInfo>
  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="key" Type="Gtk.AccelKey" />
    <Parameter Name="closure" Type="System.IntPtr" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Boolean</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="key">To be added.</param>
    <param name="closure">To be added.</param>
    <summary>A delegate to locate a particular accelerator.</summary>
    <returns>To be added.</returns>
    <remarks>See <see cref="M:Gtk.AccelGroup.Find" />.</remarks>
  </Docs>
  <Members />
</Type>