diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-08 14:05:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-08 14:06:32 +0100 |
commit | 6ec631942364a87965d0951c756073faf934cabb (patch) | |
tree | 97a2733e7c13ec8b6feb47bb419bc1aad00b181e /vcl/README | |
parent | 84373a71d6bbbbeeac0d29500ed717ffd906bac4 (diff) |
more code overview documentation.
Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76
Diffstat (limited to 'vcl/README')
-rw-r--r-- | vcl/README | 2 |
1 files changed, 2 insertions, 0 deletions
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 |