<Type Name="WindowKeysForeachFunc" FullName="Gtk.WindowKeysForeachFunc">
  <TypeSignature Language="C#" Maintainer="auto" Value="public delegate void WindowKeysForeachFunc(Window window, uint keyval, ModifierType modifiers, bool is_mnemonic);" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed WindowKeysForeachFunc extends System.MulticastDelegate" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
    <AssemblyVersion>2.12.0.0</AssemblyVersion>
  </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="window" Type="Gtk.Window" />
    <Parameter Name="keyval" Type="System.UInt32" />
    <Parameter Name="modifiers" Type="Gdk.ModifierType" />
    <Parameter Name="is_mnemonic" Type="System.Boolean" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="window">To be added.</param>
    <param name="keyval">To be added.</param>
    <param name="modifiers">To be added.</param>
    <param name="is_mnemonic">To be added.</param>
    <summary>Delegate class.</summary>
    <remarks>TODO: There are no references to this class elsewhere in the doc; is it obsolete?</remarks>
  </Docs>
  <Members />
</Type>
