예제 #1
0
 def column_star(self, doc):
   starred = doc.starred
   return images.get_pixbuf(('hollow-star', 'star')[starred])
예제 #2
0
 def column_star(self, doc):
     starred = doc.starred
     return images.get_pixbuf(("hollow-star", "star")[starred])
예제 #3
0
 def column_read_image(self, doc):
   read = doc.read
   return images.get_pixbuf(('dot', 'blank')[read])
예제 #4
0
 def column_read_image(self, doc):
     read = doc.read
     return images.get_pixbuf(("dot", "blank")[read])