ButtonBoxStyle
Description:
[ CCode ( cprefix = "GTK_BUTTONBOX_" , type_id = "gtk_button_box_style_get_type ()" ) ]
public enum ButtonBoxStyle
Used to dictate the style that a ButtonBox uses to layout the buttons it contains.
Content:
Enum values:
- CENTER - Buttons are centered in the box.
- EDGE - Buttons are placed at the edges of
the box.
- END - Buttons are grouped towards the end of
the box, (on the right for a HBox, or the bottom for a VBox).
- EXPAND - Buttons expand to fill the box.
- SPREAD - Buttons are evenly spread across
the box.
- START - Buttons are grouped towards the
start of the box, (on the left for a HBox, or the top for a VBox).