Ryujinx-GtkSharp/doc/en/Gtk/Box+BoxChild.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

104 lines
4.1 KiB
XML

<Type Name="Box+BoxChild" FullName="Gtk.Box+BoxChild">
<TypeSignature Language="C#" Value="public class BoxChild : Gtk.Container+ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName="PackType">
<MemberSignature Language="C#" Value="public Gtk.PackType PackType { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="pack_type")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Gtk.PackType</ReturnType>
</ReturnValue>
<Docs>
<summary>The child's pack type (start or end)</summary>
<value>a <see cref="T:Gtk.PackType" /></value>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="Padding">
<MemberSignature Language="C#" Value="public uint Padding { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="padding")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>The child's padding</summary>
<value>the padding</value>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="Fill">
<MemberSignature Language="C#" Value="public bool Fill { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="fill")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>The "fill" property for the child</summary>
<value>the child's "fill" property</value>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="Expand">
<MemberSignature Language="C#" Value="public bool Expand { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="expand")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>The "expand" property for the child</summary>
<value>the child's "expand" property</value>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="Position">
<MemberSignature Language="C#" Value="public int Position { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="position")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The child's position in the <see cref="T:Gtk.Box" /></summary>
<value>The Child's position.</value>
<remarks>The child's position in the parent <see cref="T:Gtk.Box" /> reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end.</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>A child of a <see cref="T:Gtk.Box" />, used to interact with its container child properties.</summary>
<remarks />
<since version="Gtk# 2.4" />
</Docs>
</Type>