FAQ

Answers to frequently asked questions.

Why all APIs are public?

We cannot anticipate what specific needs our clients might have. Sometimes the difference between totally possible and completely impossible might be as small as a single field made public.

It’s strictly better to have implementation details accessible and not use them than just have them inaccessible.

Convensions/Visibility →

Why not using build tool instead of python scripts?

See Python as a build tool

Alternatives?

Check Comparison to other UI/window libraries →