mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-03 06:31:07 +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">
|
<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>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
@ -7,8 +7,11 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Represents a method that will handle a button press event</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>
|
||||||
|
The events is provided an <see paramref="args"/> value that contains
|
||||||
|
the event data (<see cref="T:GtkSharp.ButtonPressEventArgs"/>).
|
||||||
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||||
|
|
Loading…
Reference in a new issue