gtk.button_box
Module for [ButtonBox] class
Types 3
classButtonBox : gtk.box.Box
Methods
ButtonBoxGidBuilder builder()Get builder for [gtk.button_box.ButtonBox] Returns: New builder objectgtk.types.ButtonBoxStyle layoutStyle() @propertyvoid layoutStyle(gtk.types.ButtonBoxStyle propval) @propertybool getChildNonHomogeneous(gtk.widget.Widget child)Returns whether the child is exempted from homogenous sizing.bool getChildSecondary(gtk.widget.Widget child)Returns whether child should appear in a secondary group of children.gtk.types.ButtonBoxStyle getLayout()Retrieves the method being used to arrange the buttons in a button box. Returns: the method used to lay out buttons in widget.void setChildNonHomogeneous(gtk.widget.Widget child, bool nonHomogeneous)Sets whether the child is exempted from homogeous sizing.void setChildSecondary(gtk.widget.Widget child, bool isSecondary)Sets whether child should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog.void setLayout(gtk.types.ButtonBoxStyle layoutStyle)Changes the way buttons are arranged in their container.Constructors
this(gtk.types.Orientation orientation)Creates a new #GtkButtonBox.classButtonBoxGidBuilderImpl(T) : gtk.box.BoxGidBuilderImpl!T
Methods
T layoutStyle(gtk.types.ButtonBoxStyle propval)