Esempio n. 1
0
 def set_font_color(self, color, state=None, center_title=True):
     """set font color for a given state"""
     Element.set_font_color(self, color, state, center_title)
     self.set_hovered_states(self._states_hover)
Esempio n. 2
0
 def set_font_color(self, color, state=None, center_title=True):
     """set font color for a given state"""
     Element.set_font_color(self, color, state, center_title)
     self.build_elements()
Esempio n. 3
0
 def set_font_color(self, color, state=None, center_title=True):
     """set font color for a given state"""
     Element.set_font_color(self, color, state, center_title)
     self.set_hovered_states(self._states_hover)
Esempio n. 4
0
 def set_font_color(self, color, state=None, center_title=True):
     """set font color for a given state"""
     Element.set_font_color(self, color, state, center_title)
     self.build_elements()