Files
ladybird/Userland/Libraries/LibGUI/AbstractSlider.h
Elyse 8b8f404146 LibGUI: Add movement methods to AbstractSlider
These methods give us a simple way to move up and down the slider,
without needing to repeat the 'set_value(value() + some_value)'
pattern that multiple applications and libraries use.
2021-12-30 14:31:50 +01:00

2.0 KiB