mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 00:35:07 +00:00
19 lines
168 B
Markdown
19 lines
168 B
Markdown
## Name
|
|
|
|
GML Toolbar Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI toolbar widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::Toolbar`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::Toolbar {
|
|
name: "toolbar"
|
|
}
|
|
```
|