mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 09:54:59 +00:00
19 lines
215 B
Markdown
19 lines
215 B
Markdown
## Name
|
|
|
|
GML Horizontal Box Layout Widget
|
|
|
|
## Description
|
|
|
|
Defines a horizontal GUI box layout widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::HorizontalBoxLayout`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::HorizontalBoxLayout {
|
|
spacing: 2
|
|
}
|
|
```
|