Ryujinx-GtkSharp/doc/en/Gtk/SetFocusHandler.xml
Mike Kestner 10b7879ab0 2003-02-25 Mike Kestner <mkestner@ximian.com>
* */*Handler.xml : move all signal delegates from *Sharp to base namespaces.

svn path=/trunk/gtk-sharp/; revision=23472
2004-02-25 21:46:24 +00:00

33 lines
1.1 KiB
XML

<Type Name="SetFocusHandler" FullName="Gtk.SetFocusHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void SetFocusHandler (object o, Gtk.SetFocusArgs args);" />
<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>To be added</summary>
<remarks>To be added</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="o" Type="System.Object" />
<Parameter Name="args" Type="Gtk.SetFocusArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>