mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibGUI: Add a simple GSplitter container widget.
This allows you to put multiple widgets in a container and makes the space in between them draggable to resize the two adjacent widgets.
This commit is contained in:
parent
f242d6e559
commit
9538c06a45
6 changed files with 127 additions and 4 deletions
|
@ -56,6 +56,7 @@ LIBGUI_OBJS = \
|
|||
GFrame.o \
|
||||
GTreeView.o \
|
||||
GFileSystemModel.o \
|
||||
GSplitter.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue