コード例 #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)
コード例 #2
0
ファイル: text.py プロジェクト: Qwebeck/pacman
 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()
コード例 #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)
コード例 #4
0
ファイル: text.py プロジェクト: YannThorimbert/ThorPy-1.4.2
 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()