Home
last modified time | relevance | path

Searched refs:var_changed_font (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py525 self.font_name = tracers.add(StringVar(self), self.var_changed_font)
526 self.font_size = tracers.add(StringVar(self), self.var_changed_font)
527 self.font_bold = tracers.add(BooleanVar(self), self.var_changed_font)
623 def var_changed_font(self, *params): member in FontPage
DNEWS.txt423 var_changed_font (idea from Cheryl Sabella). Move related functions to
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst1034 Simplify some attribute names. Move set_samples calls to var_changed_font
D3.7.0a1.rst5927 Simplify some attribute names. Move set_samples calls to var_changed_font