mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +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:
parent
bbedd320b5
commit
9014d300ed
3 changed files with 139 additions and 0 deletions
|
@ -46,6 +46,7 @@ set(SOURCES
|
|||
Label.cpp
|
||||
Layout.cpp
|
||||
LazyWidget.cpp
|
||||
Link.cpp
|
||||
ListView.cpp
|
||||
Menu.cpp
|
||||
MenuBar.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue