mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-08 20:22:55 +00:00
25 lines
400 B
Markdown
25 lines
400 B
Markdown
## Name
|
|
|
|
GML Slider Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI slider widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::Slider`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::Slider {
|
|
|
|
}
|
|
```
|
|
|
|
## Registered Properties
|
|
|
|
| Property | Type | Possible values | Description |
|
|
|----------------|------|---------------------|---------------------------|
|
|
| knob_size_mode | enum | Fixed, Proportional | Sets the slider knob size |
|