mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +00:00

instead of a combination data of a bool param and an optional data in a struct Change-Id: I67338b55fc38bbe053e1e13dea92f6c76389663b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187773 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Abstract Windowing Toolkit
"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.
Notes
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 README.md
file.)
Also 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 look at vcl/
instead.