diff options
author | joye <joye> | 2014-06-16 20:02:03 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-16 20:02:03 (GMT) |
commit | c5902b724705fea4d415314270264a392dcaa136 (patch) | |
tree | 3520be1ccb823949a44402b5ec79c3e3f1a4c6d2 | |
parent | f173990a328daa9925154db2af0974d131cd7a37 (diff) | |
download | blt-c5902b724705fea4d415314270264a392dcaa136.zip blt-c5902b724705fea4d415314270264a392dcaa136.tar.gz blt-c5902b724705fea4d415314270264a392dcaa136.tar.bz2 |
*** empty log message ***
-rw-r--r-- | tests/crosshairs.tcl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index d8e93ae..28c0a0d 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -8,12 +8,12 @@ $graph crosshairs configure -x 200 -y 200 echo "Testing Crosshairs..." -bltTest2 $graph crosshairs -color green $dops -bltTest2 $graph crosshairs -dashes "8 3" $dops -bltTest2 $graph crosshairs -hide yes $dops -bltTest2 $graph crosshairs -linewidth 3 $dops -bltTest2 $graph crosshairs -x 100 $dops -bltTest2 $graph crosshairs -y 100 $dops +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 bltCmd $graph crosshairs cget -color bltCmd $graph crosshairs configure |