aboutsummaryrefslogtreecommitdiff
path: root/test/toxy/multiscale.wid
diff options
context:
space:
mode:
Diffstat (limited to 'test/toxy/multiscale.wid')
-rw-r--r--test/toxy/multiscale.wid6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/toxy/multiscale.wid b/test/toxy/multiscale.wid
index bff9c4f..063146b 100644
--- a/test/toxy/multiscale.wid
+++ b/test/toxy/multiscale.wid
@@ -35,8 +35,7 @@ proc ::toxy::multiscale {path cvpath target remote count lo hi res dx dy bg} {
}
set id [$path create window $px $py -width $dx -height $dy \
-anchor nw -window $path.s$ndx -tags $path.s$ndx]
-# ::toxy::master $path.s$ndx $path $cvpath $target
- ::toxy::master $path.s$ndx $cvpath $target
+ ::toxy::subwidget $path.s$ndx $path $cvpath $target
incr px $dx
}
}
@@ -51,6 +50,3 @@ proc ::toxy::multiscale {path cvpath target remote count lo hi res dx dy bg} {
#. @list ::toxy::multiscale_list .- .#n .#2 .#1
::toxy::multiscale .- .^.c .| . .#n .#lo .#hi .#res .#dx .#dy .#bg
-
-# undo the "bind Canvas <1> {+focus %W}" from the setup.wid
-bind .- <FocusIn> {focus .^.c}