Value | Meaning |
---|---|
SPREAD1 | Buttons are evenly spread across the box. |
EDGE2 | Buttons are placed at the edges of the box. |
START3 | Buttons are grouped towards the start of the box, (on the left for a HBox, or the top for a VBox). |
END4 | Buttons are grouped towards the end of the box, (on the right for a HBox, or the bottom for a VBox). |
CENTER5 | Buttons are centered in the box. Since 2.12. |
EXPAND6 | Buttons expand to fill the box. Since 3.12. |
Page generated by adrdox
Used to dictate the style that a #GtkButtonBox uses to layout the buttons it contains.