GML Horizontal Box Layout
Defines a horizontal GUI box layout. This is a layout object that lays out widgets side-by-side horizontally.
@GUI::Widget { layout: @GUI::HorizontalBoxLayout { spacing: 2 } }