1
Fork 0
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:
Andreas Kling 2019-05-05 01:31:02 +02:00
parent dd299fe51a
commit 62e7b26406
4 changed files with 166 additions and 2 deletions

View file

@ -54,6 +54,7 @@ LIBGUI_OBJS = \
GGroupBox.o \
GSlider.o \
GResizeCorner.o \
GTabWidget.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)