Windows Gui Frontend
Dietmar Schwertberger
maillist at schwertberger.de
Sun Apr 2 14:02:49 EDT 2023
On 02.04.2023 18:26, Michael Torrie wrote:
> Been a long time. I was initially turned off by the event handling
> system of wx compared to the signals and slots of Gtk and Qt.
When starting with Python GUIs in 1999, I evaluated both.
Qt event handling had an advantage for C++ where the wxWidgets
people had to use event tables. I don't know when wxWidgets
added dynamic event binding, but with wxPython I don't know
anything else than dynamic binding.
Regards,
Dietmar
More information about the Python-list
mailing list