summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/README b/src/README
index 9c6b2b5..1f3c8dc 100644
--- a/src/README
+++ b/src/README
@@ -46,6 +46,14 @@ Driver framework and specific drivers.
* mouse.c - PS/2 mouse
* vga.c - standard VGA video driver
+gui
+---
+
+* widget.c - basic GUI widget definining the interface of all GUI objects
+* composite_widget.c - a widget which is composed of a set of widgets
+* text_widget.c - a widget showing text
+* desktop.c - the top-level composite widget covering the whole desktop
+
libc
----