GUI Frameworks in Python?

Timothy Wu huggiepython at graffiti.idv.tw
Sun Apr 11 12:03:59 EDT 2004


Greg Ewing wrote:
> The basic idea is fairly similar in both, but event handlers
> ("signal handlers" in Gtk terminology) seem more straightforward
> to set up in PyGtk. In wxPython, for example, you have to get the
> ID number of the widget and pass that to an event-binding function;
> in PyGtk, you just pass the widget itself.

I don't know wxPython really well and know nothing on other toolkit for 
any language. But doesn't calling wxWindow::GetId() on a widget quite 
similar to passing in the widget itself?

Timothy




More information about the Python-list mailing list