mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:45:35 +00:00
fdcc41a70b
* pango/Pango.metadata : metadata for the pango audit. * pango/*.custom : customizations to fix audited API. * doc/en/* : docs for some api changes and additions. * glib/Marshaller.cs : some gunichar marshal-fu. * glib/glue/unichar.c : a new glue method. svn path=/trunk/gtk-sharp/; revision=32462
49 lines
2 KiB
XML
49 lines
2 KiB
XML
<Type Name="WidgetEventArgs" FullName="Gtk.WidgetEventArgs">
|
|
<TypeSignature Language="C#" Value="public class WidgetEventArgs : GLib.SignalArgs" 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>Event data.</summary>
|
|
<remarks>
|
|
<para>The <see cref="M:Gtk.Widget.WidgetEvent" /> event invokes <see cref="T:Gtk.WidgetEventHandler" /> delegates which pass event data via this class.</para>
|
|
</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public WidgetEventArgs ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Public Constructor.</summary>
|
|
<returns>A new <see cref="T:Gtk.WidgetEventArgs" />.</returns>
|
|
<remarks>Create a new <see cref="T:Gtk.WidgetEventArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.WidgetEventHandler" /> delegate.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="Event">
|
|
<MemberSignature Language="C#" Value="public Gdk.Event Event { get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gdk.Event</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>The <see cref="T:Gtk.WidgetEventHandler" /> uses this method to access the details of an event.</summary>
|
|
<returns>a <see cref="T:Gdk.Event" /></returns>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |