comparison light8/stage.py @ 101:a995fd1a8f03

result of 7.12 performance
author dmcc
date Sun, 14 Jul 2002 02:44:27 +0000
parents 5649f5d9c798
children e04f7b552bcd
comparison
equal deleted inserted replaced
100:f13cf18224f2 101:a995fd1a8f03
75 # self.create_image(0,0,anchor='nw',image=img) 75 # self.create_image(0,0,anchor='nw',image=img)
76 # self.config(width=img.width(),height=img.height()) 76 # self.config(width=img.width(),height=img.height())
77 77
78 # we had the picture removed for good luck, but we remember 78 # we had the picture removed for good luck, but we remember
79 # what the dimensions formerly was 79 # what the dimensions formerly was
80 self.config(width=821,height=681) 80 self.config(width=821,height=681, bg="grey40")
81 81
82 82
83 def setsubediting(self,subeditor): 83 def setsubediting(self,subeditor):
84 self.subeditor = subeditor 84 self.subeditor = subeditor
85 85