Ryujinx-GtkSharp/doc/en/Gtk/Fixed+FixedChild.xml
Miguel de Icaza 9af713e759 Revert mistake
svn path=/trunk/gtk-sharp/; revision=49389
2005-09-03 04:11:38 +00:00

56 lines
1.7 KiB
XML

<Type Name="Fixed+FixedChild" FullName="Gtk.Fixed+FixedChild">
<TypeSignature Language="C#" Value="public class FixedChild : 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="X">
<MemberSignature Language="C#" Value="public int X { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="x")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The child's X coordinate</summary>
<value>The child's X coordinate</value>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Y">
<MemberSignature Language="C#" Value="public int Y { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="y")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The child's Y coordinate</summary>
<value>The child's Y coordinate</value>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>A child of a <see cref="T:Gtk.Fixed" />, used to interact with its container child properties.</summary>
<remarks>
</remarks>
<since version="Gtk# 2.4" />
</Docs>
</Type>