[Tutor] (no subject)

Barth Bellot, S.L. markus.barthbellot@ctv.es
Thu, 23 Dec 1999 16:38:30 +0100


I have just started to get familiar with Python - Python may soon
become what once used to be Turbo Pascal on the 80286/80386 platforms...

My problem:
I would like to get the main window app packed in its own class and
every other window packed in a different class. Unfortunately all docs I
have found treat these subject in a functional and not object oriented style.
The biggest problem is the Main Window Menu.

I would be very graceful for a couple of example lines which show how this
can be done.