mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibGUI: Add AbstractZoomPanWidget
widget :^)
This is an abstract widget that is meant to handle all the panning / zooming functionality so that all applications implementing it do not have to try to do their own coordinate math.
This commit is contained in:
parent
4d0abf82ed
commit
5d7f2086b0
Notes:
sideshowbarker
2024-07-17 20:55:40 +09:00
Author: https://github.com/mustafaquraish
Commit: 5d7f2086b0
Pull-request: https://github.com/SerenityOS/serenity/pull/11719
Reviewed-by: https://github.com/TobyAsE ✅
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kleinesfilmroellchen
Reviewed-by: https://github.com/sppmacd
3 changed files with 257 additions and 0 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
AbstractSlider.cpp
|
||||
AbstractTableView.cpp
|
||||
AbstractView.cpp
|
||||
AbstractZoomPanWidget.cpp
|
||||
Action.cpp
|
||||
ActionGroup.cpp
|
||||
Application.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue