Back to Serenity

Layout VerticalBoxLayout

Base/usr/share/man/man5/GML/Layout-VerticalBoxLayout.md

latest312 B
Original Source

Name

GML Vertical Box Layout

Description

Defines a vertical GUI box layout. This is a layout object that lays out widgets side-by-side vertically.

Examples

gml
@GUI::Widget {
    layout: @GUI::VerticalBoxLayout {
        spacing: 2
    }
}

See also