mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 14:35:07 +00:00
19 lines
192 B
Markdown
19 lines
192 B
Markdown
## Name
|
|
|
|
GUI Horizontal Spitter Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI horizontal splitter widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::HorizontalSpitter`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::HorizontalSpitter {
|
|
|
|
}
|
|
```
|