mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:25:39 +00:00
a8b81fb34d
svn path=/trunk/gtk-sharp/; revision=32766
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<Type Name="ButtonPressEventHandler" FullName="Gtk.ButtonPressEventHandler">
|
|
<TypeSignature Language="C#" Maintainer="miguel" Value="public sealed delegate void ButtonPressEventHandler (object o, Gtk.ButtonPressEventArgs 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>Represents a method that will handle a button press event</summary>
|
|
<remarks>
|
|
The events is provided an <paramref name="args" /> value that contains
|
|
the event data (<see cref="T:Gtk.ButtonPressEventArgs" />).
|
|
</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.ButtonPressEventArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|