Ryujinx-GtkSharp/doc/en/Gtk/SizeAllocatedArgs.xml
Mike Kestner 60b7406317 updater run for 2.4 api.
svn path=/trunk/gtk-sharp/; revision=35742
2004-11-05 21:25:40 +00:00

48 lines
2.0 KiB
XML

<Type Name="SizeAllocatedArgs" FullName="Gtk.SizeAllocatedArgs">
<TypeSignature Language="C#" Value="public class SizeAllocatedArgs : 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.SizeAllocated" /> event invokes <see cref="T:Gtk.SizeAllocatedHandler" /> 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 SizeAllocatedArgs ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Public Constructor.</summary>
<returns>A new <see cref="T:Gtk.SizeAllocatedArgs" />.</returns>
<remarks>Create a new <see cref="T:Gtk.SizeAllocatedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.SizeAllocatedHandler" /> delegate.</remarks>
</Docs>
</Member>
<Member MemberName="Allocation">
<MemberSignature Language="C#" Value="public Gdk.Rectangle Allocation { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Gdk.Rectangle</ReturnType>
</ReturnValue>
<Docs>
<summary>The actual rectangle that was allocated for the widget.</summary>
<returns>A <see cref="T:Gdk.Rectangle" /></returns>
<remarks />
</Docs>
</Member>
</Members>
</Type>