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:
parent
69d05fbf44
commit
2d39bce3f6
6 changed files with 620 additions and 590 deletions
|
@ -36,6 +36,7 @@ OBJS = \
|
|||
GDesktop.o \
|
||||
GProgressBar.o \
|
||||
GAbstractView.o \
|
||||
GAbstractColumnView.o \
|
||||
GItemView.o \
|
||||
GIcon.o \
|
||||
GFrame.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue