2012-04-13 10:22:36 +03:00
|
|
|
"Abstract" windowing thing, UNO implementations of windowing stuff so that it
|
|
|
|
can be used from Basic or Java. But also stuff that has no connection to Basic
|
|
|
|
or Java.
|
|
|
|
|
|
|
|
Note that the "awt" here has no relation to the Java awt, as far as I know. It
|
|
|
|
might be inspired by it API-wise, perhaps. (If you know differently, feel free
|
2017-03-24 15:28:34 +01:00
|
|
|
to improve this README file.)
|
2013-04-08 14:05:06 +01:00
|
|
|
|
|
|
|
Note that toolkit/ is itself not really a toolkit, it is at root a
|
|
|
|
reasonably simple wrapper of vcl/ - if you came here looking for a
|
|
|
|
toolkit, please checkout vcl/ instead.
|