mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 16:15:08 +00:00
19 lines
195 B
Markdown
19 lines
195 B
Markdown
## Name
|
|
|
|
GUI Horizontal Splitter Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI horizontal splitter widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::HorizontalSplitter`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::HorizontalSplitter {
|
|
|
|
}
|
|
```
|