Gtk.ButtonBoxStyle

Used to dictate the style that a Gtk.ButtonBox uses to layout the buttons it contains. (See also: Gtk.VButtonBox and Gtk.HButtonBox).

ButtonBoxStyle.SPREAD

Buttons are evenly spread across the box.

ButtonBoxStyle.EDGE

Buttons are placed at the edges of the box.

ButtonBoxStyle.START

Buttons are grouped towards the start of the box, (on the left for a HBox, or the top for a VBox).

ButtonBoxStyle.END

Buttons are grouped towards the end of the box, (on the right for a HBox, or the bottom for a VBox).

ButtonBoxStyle.CENTER

Buttons are centered in the box. Since 2.12.