diff options
author | joye <joye> | 2014-07-03 17:02:44 (GMT) |
---|---|---|
committer | joye <joye> | 2014-07-03 17:02:44 (GMT) |
commit | 9e2b05d004fc076bd58362313b7548bdcb96221e (patch) | |
tree | 4ed14d81a0f5f0e80b70daa74ddc691df0714678 /tests/crosshairs.tcl | |
parent | b7d72e5e164f3fd65ebbfbcf95a1eb42ff45a990 (diff) | |
download | blt-9e2b05d004fc076bd58362313b7548bdcb96221e.zip blt-9e2b05d004fc076bd58362313b7548bdcb96221e.tar.gz blt-9e2b05d004fc076bd58362313b7548bdcb96221e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r-- | tests/crosshairs.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index 28c0a0d..95dc270 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -3,14 +3,13 @@ source base.tcl set w .line set graph [bltLineGraph $w] -$graph crosshairs configure -hide no +$graph crosshairs on $graph crosshairs configure -x 200 -y 200 echo "Testing Crosshairs..." bltTest2 $graph crosshairs -color green bltTest2 $graph crosshairs -dashes "8 3" -bltTest2 $graph crosshairs -hide yes bltTest2 $graph crosshairs -linewidth 3 bltTest2 $graph crosshairs -x 100 bltTest2 $graph crosshairs -y 100 |