diff options
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r-- | tests/crosshairs.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index cb3a93e..ee4da4c 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -15,8 +15,9 @@ bltTest2 $graph crosshairs -hide yes bltTest2 $graph crosshairs -linewidth 3 bltTest2 $graph crosshairs -position "@100,100" -#bltCmd $graph crosshairs cget -#bltCmd $graph crosshairs configure +bltCmd $graph crosshairs cget -color +bltCmd $graph crosshairs configure +bltCmd $graph crosshairs configure -color bltCmd $graph crosshairs on bltCmd $graph crosshairs off bltCmd $graph crosshairs toggle |