Files
libreoffice/toolkit
Tor Lillqvist 30104ff4c7 Add a pause() method to XToolkitExperimental
Pauses the main thread of LibreOffice for the requested amount of
time.

Change-Id: I5978a3a9b9561623c698526d8c29695d71df3d03
2016-06-10 16:30:05 +02:00
..
2016-03-25 11:05:47 +00: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
to improve this REDAME file.)

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.