GtkButtonBoxStyle

Used to dictate the style that a GtkButtonBox uses to layout the buttons it contains. (See also: GtkVButtonBox and GtkHButtonBox).

Value

Symbolic name

Description

  0Gtk::BUTTONBOX_DEFAULT_STYLE Default packing.
  1Gtk::BUTTONBOX_SPREAD Buttons are evenly spread across the ButtonBox.
  2Gtk::BUTTONBOX_EDGE Buttons are placed at the edges of the ButtonBox.
  3Gtk::BUTTONBOX_START Buttons are grouped towards the start of box, (on the left for a HBox, or the top for a VBox).
  4Gtk::BUTTONBOX_END Buttons are grouped towards the end of a box, (on the right for a HBox, or the bottom for a VBox)