mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:38:10 +00:00
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
This commit is contained in:
parent
99624a8df4
commit
59028515c0
9 changed files with 56 additions and 11 deletions
|
@ -8,12 +8,13 @@ Defines a GUI opacity slider widget.
|
|||
|
||||
## Synopsis
|
||||
|
||||
`@GUI::OpacitySlider`
|
||||
`@GUI::HorizontalOpacitySlider`
|
||||
`@GUI::VerticalOpacitySlider`
|
||||
|
||||
## Examples
|
||||
|
||||
```gml
|
||||
@GUI::OpacitySlider {
|
||||
@GUI::HorizontalOpacitySlider {
|
||||
name: "opacity_slider"
|
||||
tooltip: "Opacity Slider"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue