Hooking things up in GUI application

Ryan Ginstrom ryang at gol.com
Mon Apr 24 19:40:17 EDT 2006


Apropos recent threads about GUI editors, coming from a Win32/WTL C++
background, I actually like the idea of being able to (easily) create GUIs
programmatically.

But I still see a lot of the same tedium: hooking up events to handlers, and
getting data into and out of dialogs. In C++, this is generally handled
through code generation and/or macros, but IMO these are brittle and ugly.

So my question: Is there a Pythonic way to make these tedious hookups easier?

---
Regards,
Ryan Ginstrom




More information about the Python-list mailing list