diff options
author | joye <joye> | 2014-06-16 18:34:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-16 18:34:47 (GMT) |
commit | 271f5abb7cfcd54a8edfaeb16b61357ef9262ea0 (patch) | |
tree | 2ba3a32573254052bac7869909e557e55f5ee32b /tests/crosshairs.tcl | |
parent | 92531dc3020f4dfdca47d47085105840af77cfa3 (diff) | |
download | blt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.zip blt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.tar.gz blt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/crosshairs.tcl')
-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 86efb8c..dd1f41b 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -9,12 +9,12 @@ $graph crosshairs configure -x 200 -y 200 echo "Testing Crosshairs..." $graph crosshairs configure -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 +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 bltCmd $graph crosshairs cget -color bltCmd $graph crosshairs configure |