mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 22:11:00 +00:00
Add docs
svn path=/trunk/gtk-sharp/; revision=16663
This commit is contained in:
parent
1691a6bbaf
commit
c4b0c3d656
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue