Uses of Interface
tcl.lang.VarTrace

Packages that use VarTrace
tcl.lang   
 

Uses of VarTrace in tcl.lang
 

Fields in tcl.lang declared as VarTrace
 VarTrace TraceRecord.trace
          Stores the trace procedure to invoke when a trace is fired.
 

Methods in tcl.lang with parameters of type VarTrace
static void Var.traceVar(Interp interp, String part1, String part2, int flags, VarTrace proc)
          Tcl_TraceVar2 -> traceVar Trace a variable, given a two-part name consisting of array name and element within array.
 void Interp.traceVar(String part1, String part2, VarTrace trace, int flags)
          Add a trace to a variable.
 void Interp.traceVar(String name, VarTrace trace, int flags)
          Add a trace to a variable.
static void Var.untraceVar(Interp interp, String part1, String part2, int flags, VarTrace proc)
          Tcl_UntraceVar2 -> untraceVar Untrace a variable, given a two-part name consisting of array name and element within array.
 void Interp.untraceVar(String part1, String part2, VarTrace trace, int flags)
          Remove a trace from a variable.
 void Interp.untraceVar(String name, VarTrace trace, int flags)
          ---------------------------------------------------------------------- untraceVar -- Remove a trace from a variable.
 



Copyright © 2015. All rights reserved.