mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:05:07 +00:00
19 lines
184 B
Markdown
19 lines
184 B
Markdown
## Name
|
|
|
|
GML Vertical Seperator Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI vertical separator.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::VerticalSeparator`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::VerticalSeparator {
|
|
|
|
}
|
|
```
|