Python GUIs: Abandoning TkInter and welcoming wxPython?

Lyle Johnson Lyle.Johnson at p98.f112.n480.z2.fidonet.org
Wed Jun 30 23:43:05 EDT 1999


From: Lyle Johnson <jlj at cfdrc.com>

Kevin,

Right now each instance has its own copy of the message table, and this is
set up in the class constructor. But I would prefer that the message table
data belonged to the class itself (as it is in the C++ FOX, static class
data).

Lyle

Kevin Dahlhausen wrote:

> Lyle Johnson <jlj at cfdrc.com> wrote:
>
> >Just to add fuel to the fire, we now have a Python interface to FOX, a
> >cross-platform GUI toolkit:
> >
> >    http://www.cfdrc.com/pub/FOX/fox.html
>
> How did you get around the requirement of  preprocessor
> table definitions for message handlers?
>
> (I'm downloading it now....)




More information about the Python-list mailing list