svn path=/trunk/gtk-sharp/; revision=16663
This commit is contained in:
Miguel de Icaza 2003-07-25 13:52:36 +00:00
parent 1691a6bbaf
commit c4b0c3d656

View file

@ -1,5 +1,5 @@
<Type Name="ButtonPressEventHandler" FullName="GtkSharp.ButtonPressEventHandler">
<TypeSignature Language="C#" Value="public sealed delegate void ButtonPressEventHandler (object o, GtkSharp.ButtonPressEventArgs args);" Maintainer="auto" />
<TypeSignature Language="C#" Value="public sealed delegate void ButtonPressEventHandler (object o, GtkSharp.ButtonPressEventArgs args);" Maintainer="miguel" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
@ -7,8 +7,11 @@
</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>
<summary>Represents a method that will handle a button press event</summary>
<remarks>
The events is provided an <see paramref="args"/> value that contains
the event data (<see cref="T:GtkSharp.ButtonPressEventArgs"/>).
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>