Ryujinx-GtkSharp/doc/en/Gdk/FilterFunc.xml
Shane Landrum 0dba717c3f 2004-09-20 Shane Landrum <epicene@pobox.com>
* en/Gdk/FilterFunc.xml
	* en/Gdk/Point.xml
	* en/Gdk/Region.xml
	* en/Gdk/Rgb.xml
	* en/Gdk/RgbCmap.xml : Added docs for Gdk classes.

svn path=/trunk/gtk-sharp/; revision=34079
2004-09-20 04:18:35 +00:00

34 lines
1.2 KiB
XML

<Type Name="FilterFunc" FullName="Gdk.FilterFunc">
<TypeSignature Language="C#" Value="public sealed delegate Gdk.FilterReturn FilterFunc (IntPtr xevent, Gdk.Event evnt);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gdk-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>Delegate for callbacks invoked by <see cref="M:Gdk.Window.AddFilter"/>.</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="xevent" Type="System.IntPtr" />
<Parameter Name="evnt" Type="Gdk.Event" />
</Parameters>
<ReturnValue>
<ReturnType>Gdk.FilterReturn</ReturnType>
</ReturnValue>
</Type>