예제 #1
0
 def set_from_pixbuf(self, pix):
     self.pixbuf = resize_pixbuf(pix, self.size)
     super(ImageBase, self).set_from_pixbuf(self.pixbuf)
예제 #2
0
파일: image.py 프로젝트: Pythoning/foobnix
 def set_from_pixbuf(self, pix):
     self.pixbuf = resize_pixbuf(pix, self.size)
     gobject.idle_add(super(ImageBase, self).set_from_pixbuf, self.pixbuf)