示例#1
0
文件: contacts.py 项目: pbx/kupfer
 def get_thumbnail(self, width, height):
     if self.image:
         return icons.get_pixbuf_from_data(self.image, width, height)
     return GroupingLeaf.get_thumbnail(self, width, height)
示例#2
0
 def get_thumbnail(self, width, height):
     if self.image:
         return icons.get_pixbuf_from_data(self.image, width, height)
     return GroupingLeaf.get_thumbnail(self, width, height)
示例#3
0
文件: contacts.py 项目: pbx/kupfer
 def __init__(self, obj, name, image=None):
     self.image = image
     GroupingLeaf.__init__(self, obj, name)
示例#4
0
 def __init__(self, obj, name, image=None):
     self.image = image
     GroupingLeaf.__init__(self, obj, name)