1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
<Type Name="Table+TableChild" FullName="Gtk.Table+TableChild">
<TypeSignature Language="C#" Value="public class Table.TableChild : Gtk.Container.ContainerChild" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit Table/TableChild extends Gtk.Container/ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
</Base>
<Interfaces />
<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>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected TableChild (Gtk.Container parent, Gtk.Widget child);" />
<MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig specialname rtspecialname instance void .ctor(class Gtk.Container parent, class Gtk.Widget child) cil managed" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="parent" Type="Gtk.Container" />
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<param name="parent">To be added.</param>
<param name="child">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<since version="Gtk# 3.0" />
</Docs>
</Member>
<Member MemberName="BottomAttach">
<MemberSignature Language="C#" Value="public uint BottomAttach { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 BottomAttach" />
<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="LeftAttach">
<MemberSignature Language="C#" Value="public uint LeftAttach { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 LeftAttach" />
<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 { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 RightAttach" />
<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="TopAttach">
<MemberSignature Language="C#" Value="public uint TopAttach { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 TopAttach" />
<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="XOptions">
<MemberSignature Language="C#" Value="public Gtk.AttachOptions XOptions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Gtk.AttachOptions XOptions" />
<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>
<Member MemberName="XPadding">
<MemberSignature Language="C#" Value="public uint XPadding { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 XPadding" />
<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="YOptions">
<MemberSignature Language="C#" Value="public Gtk.AttachOptions YOptions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Gtk.AttachOptions YOptions" />
<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="YPadding">
<MemberSignature Language="C#" Value="public uint YPadding { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 YPadding" />
<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>
</Members>
</Type>
|