Пример #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
 def set_from_pixbuf(self, pix):
     self.pixbuf = resize_pixbuf(pix, self.size)
     gobject.idle_add(super(ImageBase, self).set_from_pixbuf, self.pixbuf)