Ryujinx-GtkSharp/doc/en/Gtk/KeySnoopFunc.xml
Shane Landrum cba403d2d5 2004-08-29 Shane Landrum <epicene@pobox.com>
* Key.xml
	* KeySnoopFunc.xml: Docs for global hotkeys.
	* Range.xml
	* MoveSliderArgs.xml: Docs for number ranges.
	* Entry.xml
	* Label.xml: Small texty widgets docs.

svn path=/trunk/gtk-sharp/; revision=32984
2004-08-29 08:55:30 +00:00

34 lines
1.2 KiB
XML

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