1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +00:00

LibGUI: Add a GListView widget.

GListView displays a single column of data from a GModel.
This commit is contained in:
Andreas Kling 2019-05-27 20:19:05 +02:00
parent 77185c1541
commit ca4d65ba59
3 changed files with 274 additions and 0 deletions

View file

@ -59,6 +59,7 @@ LIBGUI_OBJS = \
GTabWidget.o \
GRadioButton.o \
GAbstractButton.o \
GListView.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)