diff options
author | joye <joye> | 2014-04-15 19:05:14 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-15 19:05:14 (GMT) |
commit | c7750f7bc01b1ba30caee48a2ab237697988c2dc (patch) | |
tree | 88cc8550f1b6f91436712f90680a7bcdb73b5e9c /tests | |
parent | 65775139542a4541f41f400724cc683a9edc8262 (diff) | |
download | blt-c7750f7bc01b1ba30caee48a2ab237697988c2dc.zip blt-c7750f7bc01b1ba30caee48a2ab237697988c2dc.tar.gz blt-c7750f7bc01b1ba30caee48a2ab237697988c2dc.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/crosshairs.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index ee4da4c..e0a0926 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -6,14 +6,14 @@ set graph [bltLineGraph $w] echo "Testing Crosshairs..." $graph crosshairs configure -hide no -$graph crosshairs configure -position "@200,200" +$graph crosshairs configure -x 200 -y 200 bltTest2 $graph crosshairs -color green -bltTest2 $graph crosshairs -dashes "dashdot" -bltTest2 $graph crosshairs -dashes "5 8 3" +bltTest2 $graph crosshairs -dashes "8 3" bltTest2 $graph crosshairs -hide yes bltTest2 $graph crosshairs -linewidth 3 -bltTest2 $graph crosshairs -position "@100,100" +bltTest2 $graph crosshairs -x 100 +bltTest2 $graph crosshairs -y 100 bltCmd $graph crosshairs cget -color bltCmd $graph crosshairs configure |