From 6ec631942364a87965d0951c756073faf934cabb Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 8 Apr 2013 14:05:06 +0100 Subject: more code overview documentation. Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76 --- vcl/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/README') diff --git a/vcl/README b/vcl/README index a868f2a8e37a..6fcf8607233d 100644 --- a/vcl/README +++ b/vcl/README @@ -1,5 +1,7 @@ Visual Components Library is responsible for the widgets (windowing, buttons, controls, file-pickers etc.) operating system abstraction, including basic rendering (e.g. the output device). +VCL provides a graphical toolkit similar to gtk+, Qt, SWING etc. + source/ + the main cross-platform chunk of source -- cgit