1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:47:45 +00:00

LibGUI: Add a GProgressBar widget.

This commit is contained in:
Andreas Kling 2019-03-22 02:49:14 +01:00
parent 23fe630057
commit c3b0c1ba68
4 changed files with 123 additions and 2 deletions

View file

@ -47,6 +47,7 @@ LIBGUI_OBJS = \
GInputBox.o \
GDialog.o \
GDesktop.o \
GProgressBar.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)