diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-13 10:22:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-13 10:29:05 +0300 |
commit | d81a26fe6885b55e250d9fb83774e3973224fde6 (patch) | |
tree | acc74d20720918184ee179db5e0b9cc9876b6ad9 /toolkit | |
parent | dc4aec872426d95033610c9e6b6579387e5e6423 (diff) |
Little bit more explanation, feel free to improve
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/toolkit/README b/toolkit/README index 960e22a1f033..59f2e2f0ab91 100644 --- a/toolkit/README +++ b/toolkit/README @@ -1 +1,7 @@ -Abstract windowing thing, UNO implementations of windows stuff so that it can be used from Basic. +"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 +to improve this REDAME file.) |