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

LibGUI: Add a Link widget

This is a widget that can represent a link, its underlined and has an
onclick action
This commit is contained in:
Alex McGrath 2020-12-21 14:00:29 +00:00 committed by Andreas Kling
parent bbedd320b5
commit 9014d300ed
3 changed files with 139 additions and 0 deletions

View file

@ -46,6 +46,7 @@ set(SOURCES
Label.cpp
Layout.cpp
LazyWidget.cpp
Link.cpp
ListView.cpp
Menu.cpp
MenuBar.cpp