mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
21 lines
264 B
Markdown
21 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
|
|
}
|
|
```
|