diff options
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 |