Python GUI?

Dave Cook davecook at nowhere.net
Thu Sep 12 14:35:09 EDT 2013


On 2013-09-12, Michael Torrie <torriem at gmail.com> wrote:
> Not me.  wxWidgets' event model is way too MFC-esque for me.  Does it
> still use event numbers that you define?  Shudder.

You don't have to define IDs explicitly.  That's been the case for a
long time.

> Gtk and Qt's method of signals and slots is by far the most powerful and
> flexible.

wxPython's event manager adds some flexibility.

Dave Cook



More information about the Python-list mailing list