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:
parent
77185c1541
commit
ca4d65ba59
3 changed files with 274 additions and 0 deletions
|
@ -59,6 +59,7 @@ LIBGUI_OBJS = \
|
|||
GTabWidget.o \
|
||||
GRadioButton.o \
|
||||
GAbstractButton.o \
|
||||
GListView.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue