2003-02-21 18:59:11 +00:00
<Type Name= "ButtonBox" FullName= "Gtk.ButtonBox" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Lee Mallabone" Value= "public class ButtonBox : Gtk.Box" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit ButtonBox extends Gtk.Box" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2011-11-09 16:01:51 +00:00
<Base >
<BaseTypeName > Gtk.Box</BaseTypeName>
</Base>
<Interfaces >
</Interfaces>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > ButtonBox is a container for laying out <see cref= "T:Gtk.Button" /> widgets.</summary>
<remarks >
<para > A button box should be used to provide a consistent layout of buttons throughout your application. Specific button boxes are <see cref= "T:Gtk.HButtonBox" /> for horizontal groups of buttons, and <see cref= "T:Gtk.VButtonBox" /> for vertical button groups.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Members >
2011-11-09 16:01:51 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public ButtonBox (Gtk.Orientation orientation);" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Gtk.Orientation orientation) cil managed" />
<MemberType > Constructor</MemberType>
<Parameters >
<Parameter Name= "orientation" Type= "Gtk.Orientation" />
</Parameters>
<Docs >
<param name= "orientation" > To be added.</param>
<summary > To be added.</summary>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
</Docs>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public ButtonBox (IntPtr raw);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" />
2003-02-12 02:00:12 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<param name= "raw" > Pointer to the C object.</param>
2011-11-09 16:01:51 +00:00
<summary > Internal constructor</summary>
2003-02-23 07:26:30 +00:00
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetChildSecondary" >
<MemberSignature Language= "C#" Value= "public bool GetChildSecondary (Gtk.Widget child);" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance bool GetChildSecondary(class Gtk.Widget child) cil managed" />
<MemberType > Method</MemberType>
2003-02-12 02:00:12 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Boolean</ReturnType>
2003-02-12 02:00:12 +00:00
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "child" Type= "Gtk.Widget" />
2003-12-24 01:35:30 +00:00
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "child" > a <see cref= "T:Gtk.Widget" /> </param>
<summary > Returns whether <paramref name= "child" /> should appear in a secondary group of children.</summary>
<returns > a <see cref= "T:System.Boolean" /> </returns>
<remarks >
</remarks>
<since version= "Gtk# 2.4" />
2003-02-12 02:00:12 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property valuetype GLib.GType GType" />
2003-12-24 01:35:30 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Gtk.ButtonBox" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Item" >
<MemberSignature Language= "C#" Value= "public override Gtk.Container.ContainerChild this[Gtk.Widget child] { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance class Gtk.Container/ContainerChild Item(class Gtk.Widget)" />
<MemberType > Property</MemberType>
2004-11-05 21:25:40 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gtk.Container+ContainerChild</ReturnType>
2004-11-05 21:25:40 +00:00
</ReturnValue>
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "child" Type= "Gtk.Widget" />
2004-11-05 21:25:40 +00:00
</Parameters>
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "child" > To be added.</param>
<summary > To be added.</summary>
<value > To be added.</value>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2004-11-05 21:25:40 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Layout" >
<MemberSignature Language= "C#" Value= "public Gtk.ButtonBoxStyle Layout { get; set; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance valuetype Gtk.ButtonBoxStyle Layout" />
<MemberType > Property</MemberType>
2004-11-08 15:03:02 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gtk.ButtonBoxStyle</ReturnType>
2004-11-08 15:03:02 +00:00
</ReturnValue>
<Parameters >
</Parameters>
<Docs >
2011-11-09 16:01:51 +00:00
<summary > Alter the way the buttons in this box are arranged.</summary>
<value > The style that the child widgets are currently arranged in.</value>
<remarks > See <see cref= "T:Gtk.ButtonBoxStyle" /> for more information about the styles of button boxes.</remarks>
2004-11-08 15:03:02 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "LayoutStyle" >
<MemberSignature Language= "C#" Value= "public Gtk.ButtonBoxStyle LayoutStyle { get; set; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance valuetype Gtk.ButtonBoxStyle LayoutStyle" />
<MemberType > Property</MemberType>
<Attributes >
<Attribute >
<AttributeName > GLib.Property("layout-style")</AttributeName>
</Attribute>
</Attributes>
2004-11-05 21:25:40 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gtk.ButtonBoxStyle</ReturnType>
2004-11-05 21:25:40 +00:00
</ReturnValue>
<Parameters >
</Parameters>
<Docs >
2011-11-09 16:01:51 +00:00
<summary > See <see cref= "P:Gtk.ButtonBox.Layout" /> </summary>
<value />
<remarks />
2004-11-05 21:25:40 +00:00
</Docs>
</Member>
2004-11-08 15:03:02 +00:00
<Member MemberName= "SetChildSecondary" >
2004-11-18 20:31:22 +00:00
<MemberSignature Language= "C#" Value= "public void SetChildSecondary (Gtk.Widget child, bool is_secondary);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance void SetChildSecondary(class Gtk.Widget child, bool is_secondary) cil managed" />
2004-11-05 21:25:40 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2004-11-08 15:03:02 +00:00
<Parameter Name= "child" Type= "Gtk.Widget" />
2004-11-18 20:31:22 +00:00
<Parameter Name= "is_secondary" Type= "System.Boolean" />
2004-11-05 21:25:40 +00:00
</Parameters>
<Docs >
2004-11-18 20:31:22 +00:00
<param name= "child" > a <see cref= "T:Gtk.Widget" /> </param>
2004-12-31 21:06:38 +00:00
<param name= "is_secondary" > a <see cref= "T:System.Boolean" /> : if
2005-04-22 17:20:16 +00:00
<see langword= "true" /> , the <paramref name= "child" /> appears in a secondary group of the button box.
2004-12-31 21:06:38 +00:00
</param>
2011-11-09 16:01:51 +00:00
<summary >
Sets whether <paramref name= "child" /> should appear in a secondary group of children.
A typical use of a secondary child is the help button in a dialog.
</summary>
2004-12-31 21:06:38 +00:00
<remarks >
This group appears after the other children if the style
is <see cref= "T:Gtk.ButtonBox.Start" /> ,
<see cref= "T:Gtk.ButtonBox.Spread" /> or
<see cref= "T:Gtk.ButtonBox.Edge" /> ,
and before the the other children if the style
is %GTK_BUTTONBOX_END.
For horizontal button boxes, the definition
of before/after depends on direction of the widget (see
<see cref= "T:Gtk.Widget.SetDirection" /> ). If the style is
<see cref= "T:Gtk.ButtonBox.Start" />
or <see cref= "T:Gtk.ButtonBox.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.
</remarks>
2004-11-05 21:25:40 +00:00
</Docs>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2005-06-17 18:43:30 +00:00
</Type>