Searched refs:trace_variable (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 484 self.fontSize.trace_variable('w', self.VarChanged_font) 485 self.fontName.trace_variable('w', self.VarChanged_font) 486 self.fontBold.trace_variable('w', self.VarChanged_font) 487 self.spaceNum.trace_variable('w', self.VarChanged_spaceNum) 488 self.colour.trace_variable('w', self.VarChanged_colour) 489 self.builtinTheme.trace_variable('w', self.VarChanged_builtinTheme) 490 self.customTheme.trace_variable('w', self.VarChanged_customTheme) 491 self.themeIsBuiltin.trace_variable('w', self.VarChanged_themeIsBuiltin) 492 self.highlightTarget.trace_variable('w', self.VarChanged_highlightTarget) 493 self.keyBinding.trace_variable('w', self.VarChanged_keyBinding) [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_variables.py | 78 cb1 = v.trace_variable('r', read_tracer) 79 cb2 = v.trace_variable('wu', write_tracer)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 99 cb1 = v.trace_variable('r', read_tracer) 100 cb2 = v.trace_variable('wu', write_tracer)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 101 class. They replace old methods trace_variable, trace, trace_vdelete and
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1510 self.__tracecb = self._variable.trace_variable('w', self._adjust)
|
D | Tkinter.py | 275 def trace_variable(self, mode, callback): member in Variable 300 trace = trace_variable
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1563 self.__tracecb = self._variable.trace_variable('w', self._adjust)
|
D | __init__.py | 407 def trace_variable(self, mode, callback): member in Variable 424 trace = trace_variable
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1553 :meth:`~tkinter.Variable.trace_variable`, :meth:`~tkinter.Variable.trace`,
|