diff options
author | joye <joye> | 2014-03-26 19:53:52 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-26 19:53:52 (GMT) |
commit | 75038a5e3b7b44726a56ec0af744170ccd89ee3f (patch) | |
tree | 757a24ed424560ccdb84ad9a789da78c4d033475 /tests/crosshairs.tcl | |
parent | a78a78c2c45694657e8aa2fa78cbae1b6c78e808 (diff) | |
download | blt-75038a5e3b7b44726a56ec0af744170ccd89ee3f.zip blt-75038a5e3b7b44726a56ec0af744170ccd89ee3f.tar.gz blt-75038a5e3b7b44726a56ec0af744170ccd89ee3f.tar.bz2 |
*** empty log message ***
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 |