1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

LibGUI: Add GUI::AbstractSlider and move generic parts of Slider there

This will allow us to share some code between Slider and ScrollBar.
This commit is contained in:
Andreas Kling 2020-12-30 14:28:22 +01:00
parent 761169f5c0
commit fa836a4dda
5 changed files with 172 additions and 77 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
AboutDialog.cpp
AbstractButton.cpp
AbstractSlider.cpp
AbstractTableView.cpp
AbstractView.cpp
Action.cpp