mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
This mimics the Explorer toolbar container from Windows 2000 and looks pretty neat! :^)
This commit is contained in:
parent
5b6c2f3bd6
commit
ab336e895f
12 changed files with 179 additions and 18 deletions
|
@ -65,6 +65,7 @@ OBJS = \
|
|||
TextDocument.o \
|
||||
TextEditor.o \
|
||||
ToolBar.o \
|
||||
ToolBarContainer.o \
|
||||
TreeView.o \
|
||||
UndoStack.o \
|
||||
Variant.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue