mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:37:36 +00:00
LibGUI: Start working on a tabbed widget container: GTabWidget.
This commit is contained in:
parent
dd299fe51a
commit
62e7b26406
4 changed files with 166 additions and 2 deletions
|
@ -54,6 +54,7 @@ LIBGUI_OBJS = \
|
|||
GGroupBox.o \
|
||||
GSlider.o \
|
||||
GResizeCorner.o \
|
||||
GTabWidget.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue