Ryujinx-GtkSharp/doc/en/Gtk/Menu+MenuChild.xml
Mike Kestner b939f1f390 2005-06-16 Mike Kestner <mkestner@novell.com>
* en/*/*.xml : run the versionator to add since elements for 2.4.

svn path=/trunk/gtk-sharp/; revision=46100
2005-06-16 18:56:42 +00:00

87 lines
3.1 KiB
XML

<Type Name="Menu+MenuChild" FullName="Gtk.Menu+MenuChild">
<TypeSignature Language="C#" Value="public class MenuChild : Gtk.Container+ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName="BottomAttach">
<MemberSignature Language="C#" Value="public int BottomAttach { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="bottom_attach")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The row that the bottom of the menu item is attached to.</summary>
<value>the row</value>
<remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
</Docs>
</Member>
<Member MemberName="TopAttach">
<MemberSignature Language="C#" Value="public int TopAttach { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="top_attach")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The row that the top of the menu item is attached to.</summary>
<value>the row</value>
<remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
</Docs>
</Member>
<Member MemberName="LeftAttach">
<MemberSignature Language="C#" Value="public int LeftAttach { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="left_attach")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The column that the left side of the menu item is attached to.</summary>
<value>the column</value>
<remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
</Docs>
</Member>
<Member MemberName="RightAttach">
<MemberSignature Language="C#" Value="public int RightAttach { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="right_attach")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>The column that the right side of the menu item is attached to.</summary>
<value>the column</value>
<remarks>See <see cref="M:Gtk.Menu.Attach" /> for more details</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>A child of a <see cref="T:Gtk.Menu" />, used to interact with its container child properties.</summary>
<remarks>
</remarks>
<since version="Gtk# 2.4" />
</Docs>
</Type>