Configuration Handler
Gets called whenever user executes $w configure -option value.
proc tixOnOff:config-text {w value} {
upvar #0 $w data
$data(w:on) config -text [lindex $value 0]
$data(w:off) config -text [lindex $value 1]
}
Previous slide
Next slide
Back to first slide
View graphic version