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:
parent
761169f5c0
commit
fa836a4dda
5 changed files with 172 additions and 77 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
AboutDialog.cpp
|
||||
AbstractButton.cpp
|
||||
AbstractSlider.cpp
|
||||
AbstractTableView.cpp
|
||||
AbstractView.cpp
|
||||
Action.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue