Tkinter Q..

Wayne infotechsys at pivot.net
Sun Dec 19 22:49:37 EST 1999


Hello,
I'm learning Tkinter, as such I'm using Mark Lutz book "Programming
Python".
On page 323 there an example that I'm using to play around with.
What I would like to know is  when I put width and height in the init
for Frame
I not get a window with those values.
                       .
                       .
                       .
class Hello(Frame):
         def __init__(self, parent = None):
               Frame.__init__(self, parent, width = 300, height = 300)
                       .
                       .
So, what am I doing wrong?
TIA.
Wayne





More information about the Python-list mailing list