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

Begin working on a graphical TextEditor.

It's gonna be a wrapper around a new GTextEditor widget so I can easily
reuse the functionality anywhere I need it. :^)
This commit is contained in:
Andreas Kling 2019-03-07 00:31:06 +01:00
parent 67ee579113
commit 9158de6c41
9 changed files with 434 additions and 1 deletions

View file

@ -32,6 +32,7 @@ LIBGUI_OBJS = \
GTableModel.o \
GVariant.o \
GShortcut.o \
GTextEditor.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)