Python GUIs: Abandoning TkInter and welcoming wxPython?

Lyle Johnson jlj at cfdrc.com
Thu Jul 1 09:43:05 EDT 1999


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