Ryujinx-GtkSharp/doc/en/GtkSharp/WidgetEventHandler.xml
John Luke e6b91d2fd2 * makefile: add gtkhtml to update dirs
* en/Gnome/PaperSelectorFlags.xml
	* en/Gnome/PrintButtons.xml
	* en/Gnome/PrintDialogFlags.xml
	* en/Gnome/PrintDialogRangeFlags.xml
	* en/GtkSharp/TextEventArgs.xml
	* en/GtkSharp/TextEventHandler.xml
	* en/GtkSharp/WidgetEventArgs.xml
	* en/GtkSharp/WidgetEventHandler.xml: add these

svn path=/trunk/gtk-sharp/; revision=18907
2003-10-12 08:32:29 +00:00

35 lines
1.3 KiB
XML

<Type Name="WidgetEventHandler" FullName="GtkSharp.WidgetEventHandler">
<TypeSignature Language="C#" Value="public sealed delegate void WidgetEventHandler (object o, GtkSharp.WidgetEventArgs args);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey></AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<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 />
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="o" Type="System.Object" />
<Parameter Name="args" Type="GtkSharp.WidgetEventArgs" />
</Parameters>
</Type>