mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:25:07 +00:00
19 lines
205 B
Markdown
19 lines
205 B
Markdown
## Name
|
|
|
|
GML Breadcrumb Bar Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI bread crumb toolbar widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::Breadcrumbbar`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::Breadcrumbbar {
|
|
name: "breadcrumbbar"
|
|
}
|
|
```
|