mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
20 lines
187 B
Markdown
20 lines
187 B
Markdown
|
|
## Name
|
||
|
|
|
||
|
|
GML Horizontal Slider Widget
|
||
|
|
|
||
|
|
## Description
|
||
|
|
|
||
|
|
Defines a GUI horizontal slider widget.
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
`@GUI::HorizontalSlider`
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
```gml
|
||
|
|
@GUI::HorizontalSlider {
|
||
|
|
|
||
|
|
}
|
||
|
|
```
|