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:
parent
23fe630057
commit
c3b0c1ba68
4 changed files with 123 additions and 2 deletions
|
@ -47,6 +47,7 @@ LIBGUI_OBJS = \
|
|||
GInputBox.o \
|
||||
GDialog.o \
|
||||
GDesktop.o \
|
||||
GProgressBar.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue