Re: Tkinter update

Steven Miale (smiale@cs.indiana.edu)
Fri, 3 Jun 1994 11:53:54 -0500

The pack method should be:

def pack(self, dict=None):
if dict==None:
Pack.config(self)
else:
for key in dict.keys():
Pack.config(self, key, dict[key])

This will cause correct behavior if you call widget.pack() with no
arguments.

Steve

-- 
Steven Miale - smiale@cs.indiana.edu| I was there at the dawn of the third age
Indiana University, Bloomington, IN | of man, and all I got was this lousy .sig