mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 20:35:07 +00:00
20 lines
264 B
Markdown
20 lines
264 B
Markdown
## Name
|
|
|
|
GML Horizontal Progress Bar Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI horizontal progress bar widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::HorizontalProgressbar`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::HorizontalProgressbar {
|
|
name: "horizontal_progressbar"
|
|
fixed_height: 20
|
|
}
|
|
```
|