示例#1
0
 def get_text_color(self,i):
     if i.show:
         return colors.get_color_by_name("shown_process")
     else:
         return  colors.get_color_by_name("hidden_process")
示例#2
0
 def get_text_color(self,i):
     if i.show:
         return colors.get_color_by_name("shown_process")
     else:
         return  colors.get_color_by_name("hidden_process")
示例#3
0
 def get_cell_color(self,i):
     return colors.get_color_by_name(i.process_type+"_bg")
示例#4
0
 def get_cell_color(self,i):
     return colors.get_color_by_name(i.process_type+"_bg")