mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:45:35 +00:00
91d63cee7a
svn path=/trunk/gtk-sharp/; revision=71149
164 lines
5.3 KiB
XML
164 lines
5.3 KiB
XML
<Type Name="Table+TableChild" FullName="Gtk.Table+TableChild">
|
|
<TypeSignature Language="C#" Value="public class Table.TableChild : Gtk.Container.ContainerChild" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Members>
|
|
<Member MemberName="BottomAttach">
|
|
<MemberSignature Language="C#" Value="public uint BottomAttach { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("bottom-attach")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The table row that the bottom of this child is attached to</summary>
|
|
<value>the row</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="TopAttach">
|
|
<MemberSignature Language="C#" Value="public uint TopAttach { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("top-attach")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The table row that the top of this child is attached to</summary>
|
|
<value>the row</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="LeftAttach">
|
|
<MemberSignature Language="C#" Value="public uint LeftAttach { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("left-attach")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The table column that the left side of this child is attached to</summary>
|
|
<value>the column</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="RightAttach">
|
|
<MemberSignature Language="C#" Value="public uint RightAttach { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("right-attach")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The table column that the right side of this child is attached to</summary>
|
|
<value>the column</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="YPadding">
|
|
<MemberSignature Language="C#" Value="public uint YPadding { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("y-padding")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The vertical padding for this child</summary>
|
|
<value>the padding</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="YOptions">
|
|
<MemberSignature Language="C#" Value="public Gtk.AttachOptions YOptions { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("y-options")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.AttachOptions</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The child's vertical attachment options</summary>
|
|
<value>the <see cref="T:Gtk.AttachOptions" /></value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="XPadding">
|
|
<MemberSignature Language="C#" Value="public uint XPadding { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("x-padding")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.UInt32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The horizontal padding for this child</summary>
|
|
<value>the padding</value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="XOptions">
|
|
<MemberSignature Language="C#" Value="public Gtk.AttachOptions XOptions { set; get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("x-options")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.AttachOptions</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>The child's vertical attachment options</summary>
|
|
<value>the <see cref="T:Gtk.AttachOptions" /></value>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
<Docs>
|
|
<summary>A child of a <see cref="T:Gtk.Table" />, used to interact with its container child properties.</summary>
|
|
<remarks>
|
|
</remarks>
|
|
<since version="Gtk# 2.4" />
|
|
</Docs>
|
|
</Type>
|