mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibGUI: Add ScrollableContainerWidget :^)
This widget provides a scrollable view onto another (child) widget. If the child is larger than the parent, scrollbars are provided for panning around the child.
This commit is contained in:
parent
89f5f92b7e
commit
18d344609f
3 changed files with 111 additions and 0 deletions
|
@ -74,6 +74,7 @@ set(SOURCES
|
|||
RegularEditingEngine.cpp
|
||||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
ScrollableContainerWidget.cpp
|
||||
Scrollbar.cpp
|
||||
SeparatorWidget.cpp
|
||||
Shortcut.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue