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

LibGUI: Add a GAbstractColumnView base class for GTableView

Almost everything in GTableView moves up to GAbstractColumnView.
This is in preparation for sharing a base class between GTableView
and GTreeView :^)
This commit is contained in:
Andreas Kling 2019-12-13 20:54:40 +01:00
parent 69d05fbf44
commit 2d39bce3f6
6 changed files with 620 additions and 590 deletions

View file

@ -36,6 +36,7 @@ OBJS = \
GDesktop.o \
GProgressBar.o \
GAbstractView.o \
GAbstractColumnView.o \
GItemView.o \
GIcon.o \
GFrame.o \