2005-05-23 20:41:51 +00:00
<Type Name= "ButtonBox+ButtonBoxChild" FullName= "Gtk.ButtonBox+ButtonBoxChild" >
2007-01-16 16:18:05 +00:00
<TypeSignature Language= "C#" Value= "public class ButtonBox.ButtonBoxChild : Gtk.Box.BoxChild" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class nested public auto ansi beforefieldinit ButtonBox/ButtonBoxChild extends Gtk.Box/BoxChild" />
2005-05-23 20:41:51 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
</AssemblyInfo>
<Base >
<BaseTypeName > Gtk.Box+BoxChild</BaseTypeName>
</Base>
<Interfaces />
2011-11-09 16:01:51 +00:00
<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>
2005-05-23 20:41:51 +00:00
<Members >
2011-11-09 16:01:51 +00:00
<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>
2005-05-23 20:41:51 +00:00
<Member MemberName= "Secondary" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public bool Secondary { get; set; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance bool Secondary" />
2005-05-23 20:41:51 +00:00
<MemberType > Property</MemberType>
<Attributes >
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > Gtk.ChildProperty("secondary")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
</Attributes>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Docs >
<summary > Whether or not the child should appear in a secondary group of children</summary>
2005-06-16 18:56:42 +00:00
<value >
<see langword= "true" /> or <see langword= "false" /> .</value>
2005-05-23 20:41:51 +00:00
<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>
2005-06-17 18:43:30 +00:00
</Type>