mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
20 lines
184 B
Markdown
20 lines
184 B
Markdown
## Name
|
|
|
|
GML Vertical Seperator Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI vertical separator.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::VerticalSeparator`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::VerticalSeparator {
|
|
|
|
}
|
|
```
|