mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
26 lines
400 B
Markdown
26 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 |
|