summaryrefslogtreecommitdiffstats
path: root/tkblt/tests/crosshairs.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 20:18:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 20:18:49 (GMT)
commit99617a9a6ab0ac0cbce628dbe35a979580a4fdef (patch)
treea243a9f15d2caa4fec35d53b988746c18c5db6c7 /tkblt/tests/crosshairs.tcl
parente1f700df25c677f44a7c7f3a2ad497ecf3a9e38b (diff)
downloadblt-99617a9a6ab0ac0cbce628dbe35a979580a4fdef.zip
blt-99617a9a6ab0ac0cbce628dbe35a979580a4fdef.tar.gz
blt-99617a9a6ab0ac0cbce628dbe35a979580a4fdef.tar.bz2
update TEA 3.13
Diffstat (limited to 'tkblt/tests/crosshairs.tcl')
-rw-r--r--tkblt/tests/crosshairs.tcl26
1 files changed, 0 insertions, 26 deletions
diff --git a/tkblt/tests/crosshairs.tcl b/tkblt/tests/crosshairs.tcl
deleted file mode 100644
index c63cea5..0000000
--- a/tkblt/tests/crosshairs.tcl
+++ /dev/null
@@ -1,26 +0,0 @@
-source base.tcl
-
-set w .line
-set graph [bltLineGraph $w]
-
-$graph crosshairs on
-$graph crosshairs configure -x 200 -y 200
-
-puts stderr "Testing Crosshairs..."
-
-bltTest2 $graph crosshairs -color green
-bltTest2 $graph crosshairs -dashes "8 3"
-bltTest2 $graph crosshairs -linewidth 3
-bltTest2 $graph crosshairs -x 100
-bltTest2 $graph crosshairs -y 100
-
-bltCmd $graph crosshairs cget -color
-bltCmd $graph crosshairs configure
-bltCmd $graph crosshairs configure -color
-bltCmd $graph crosshairs on
-bltCmd $graph crosshairs off
-bltCmd $graph crosshairs toggle
-
-puts stderr "done"
-bltPlotDestroy $w
-