Home
last modified time | relevance | path

Searched refs:trace_add (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_variables.py172 tr1 = v.trace_add('read', read_tracer)
173 tr2 = v.trace_add(['write', 'unset'], write_tracer)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py313 cb_name = textvar.trace_add("write", cb_test)
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py2273 var.trace_add('write', callback)
/third_party/python/Lib/tkinter/
H A D__init__.py449 def trace_add(self, mode, callback): member in Variable
468 such strings. Must be same as were specified in trace_add().
469 cbname is the name of the callback returned from trace_add().
499 likely be removed in the future. Use trace_add() instead.

Completed in 10 milliseconds