55 lines
2.9 KiB
XML
Executable file
55 lines
2.9 KiB
XML
Executable file
<Type Name="ButtonBox+ButtonBoxChild" FullName="Gtk.ButtonBox+ButtonBoxChild">
|
|
<TypeSignature Language="C#" Value="public class ButtonBox.ButtonBoxChild : Gtk.Box.BoxChild" />
|
|
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit ButtonBox/ButtonBoxChild extends Gtk.Box/BoxChild" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>Gtk.Box+BoxChild</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<summary>A child of a <see cref="T:Gtk.ButtonBox" />, used to interact with its container child properties.</summary>
|
|
<remarks />
|
|
<since version="Gtk# 2.4" />
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="protected ButtonBoxChild (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="Secondary">
|
|
<MemberSignature Language="C#" Value="public bool Secondary { get; set; }" />
|
|
<MemberSignature Language="ILAsm" Value=".property instance bool Secondary" />
|
|
<MemberType>Property</MemberType>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>Gtk.ChildProperty("secondary")</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>Whether or not the child should appear in a secondary group of children</summary>
|
|
<value>
|
|
<see langword="true" /> or <see langword="false" />.</value>
|
|
<remarks>
|
|
<para>A secondary group appears after the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.Start" />, <see cref="P:Gtk.ButtonBoxStyle.Spread" /> or <see cref="P:Gtk.ButtonBoxStyle.Edge" />, and before the the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.End" />. For horizontal button boxes, the definition of before/after depends on direction of the widget (see <see cref="P:Gtk.Widget.Direction" />). If the style is <see cref="P:Gtk.ButtonBoxStyle.Start" /> or <see cref="P:Gtk.ButtonBoxStyle.End" />, then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children.</para>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type>
|