comparison light8/stage.py @ 102:e04f7b552bcd

- scroll wheel works everywhere - scroll wheel works everywhere - interface is white on black - subs that start scenes are white - more status information, startup process kinda cleaned up
author dmcc
date Sun, 14 Jul 2002 08:01:24 +0000
parents a995fd1a8f03
children fca9832d207f
comparison
equal deleted inserted replaced
101:a995fd1a8f03 102:e04f7b552bcd
69 69
70 70
71 def setimage(self,stageimage): 71 def setimage(self,stageimage):
72 img = Image('photo',file=stageimage) 72 img = Image('photo',file=stageimage)
73 self.img=img # can't lose this! 73 self.img=img # can't lose this!
74 print img.width() 74 # print img.width()
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