1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibGUI: Add a basic BreadcrumbBar widget! :^)

This can be used to implement segmented path bars in FileManager and
wherever else wanted.
This commit is contained in:
Andreas Kling 2020-12-14 20:03:16 +01:00
parent b00a347ac5
commit 818f7777c8
3 changed files with 172 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
Application.cpp
BoxLayout.cpp
Button.cpp
BreadcrumbBar.cpp
Calendar.cpp
CheckBox.cpp
Clipboard.cpp