GUI: I am also looking for a nudge into the best (GUI) direction.

Igor Korot ikorot01 at gmail.com
Thu Oct 29 14:19:35 EDT 2020


Hi,

On Thu, Oct 29, 2020 at 1:05 PM Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote:
>
> On Thu, 29 Oct 2020 15:54:33 +0000, flaskee via Python-list
> <python-list at python.org> declaimed the following:
>
> >
> >What I'd like:
> >
> >* To target MacOS, Windows, Linux, Android using native widgets (this drops out Kivy).
> >
>         That's going to knock out a lot of stuff. wxWidgets (base for wxPython)
> claims to use true "native widgets" on each supported OS (Android may
> depend upon support for generic X-Window) https://www.wxwidgets.org/about/

This is not a claim - its reality. ;-)
However Android will be a problem - it is not supported by the
library, since its written
in C++, and Android is JAVA-based.
The best way is to learn "JAVAsucks" and write natively for Android.

Thank you.

>
>
>         QT and GTK do not use the actual "native widgets" -- they instead have
> styles/themes applied to their own widgets to make them look closer to the
> OS native stuff, but may not behave quite the same.
>
>         Tkinter is Tk-based, and doesn't look "native" on anything <G>
>
>
> --
>         Wulfraed                 Dennis Lee Bieber         AF6VN
>         wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/
>
> --
> https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list