Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 3
0
 def get_cell_color(self,i):
     return colors.get_color_by_name(i.process_type+"_bg")
Exemplo n.º 4
0
 def get_cell_color(self,i):
     return colors.get_color_by_name(i.process_type+"_bg")