<Type Name="KeySnoopFunc" FullName="Gtk.KeySnoopFunc"> <TypeSignature Language="C#" Maintainer="auto" Value="public delegate int KeySnoopFunc(Gtk.Widget grab_widget, Gdk.EventKey evnt);" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyVersion>2.8.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> <Docs> <param name="grab_widget">To be added.</param> <param name="evnt">To be added.</param> <summary>A function to be invoked by a global hot-key (a <see cref="T:Gtk.Key" />, regardless of keyboard focus.</summary> <remarks /> <returns>To be added.</returns> </Docs> <Base> <BaseTypeName>System.Delegate</BaseTypeName> </Base> <Members /> <Parameters> <Parameter Name="grab_widget" Type="Gtk.Widget" /> <Parameter Name="evnt" Type="Gdk.EventKey" /> </Parameters> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> </Type>