コード例 #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")