diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-21 11:32:13 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-21 11:32:13 +0000 |
commit | b89456a346e176c4dc536e7de8f14b152cb2b15b (patch) | |
tree | f51a070a0dd16b9d072545901833a598db14bb55 /test/toxy/multiscale.wid | |
parent | 5af9cc14b70f907f0d10a75aa28ad04bbd65ec0d (diff) |
widget: redefine, version control, better kb
svn path=/trunk/externals/miXed/; revision=2425
Diffstat (limited to 'test/toxy/multiscale.wid')
-rw-r--r-- | test/toxy/multiscale.wid | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/toxy/multiscale.wid b/test/toxy/multiscale.wid index 18f5603..bff9c4f 100644 --- a/test/toxy/multiscale.wid +++ b/test/toxy/multiscale.wid @@ -35,7 +35,8 @@ 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 $path $cvpath $target + ::toxy::master $path.s$ndx $cvpath $target incr px $dx } } |