Posted to tcl by kostix at Sat Nov 10 15:17:39 GMT 2007view pretty

package require Tk
pack [entry .a] -fill x
pack [entry .b] -fill x
.a config -textvar ::foo(bar)
.b config -textvar ::foo(bar)