ButtonBoxStyle
Description:
[ CCode ( cprefix = "GTK_BUTTONBOX_" ) ]
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.
- DEFAULT_STYLE
- 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).
- 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).