gtk.button_box

Module for [ButtonBox] class

Types 3

Methods
GType _gType() @property
ButtonBox self()Returns `this`, for use in `with` statements.
ButtonBoxGidBuilder builder()Get builder for [gtk.button_box.ButtonBox] Returns: New builder object
void layoutStyle(gtk.types.ButtonBoxStyle propval) @property
bool 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(void * ptr, Flag!"Take" take)
this(gtk.types.Orientation orientation)Creates a new #GtkButtonBox.

Fluent builder for [gtk.button_box.ButtonBox]

Methods