From 85df1646ecccc7e484e2efc903166b89e4c55684 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 Jul 2017 20:10:14 +0200 Subject: fixed get_focus error in widget (called the wrong parent) the text widget reacts to mouse down and key events and appends text to the output buffer so we have text input in GUI mode --- src/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/README') diff --git a/src/README b/src/README index 1f3c8dc..b529282 100644 --- a/src/README +++ b/src/README @@ -49,9 +49,12 @@ Driver framework and specific drivers. gui --- +Small GUI library, should be completly independend on the video driver. + * 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 +* window.c - a clickable, focusable, closable, etc. window * desktop.c - the top-level composite widget covering the whole desktop libc -- cgit v1.2.3-54-g00ecf