diff options
author | joye <joye> | 2014-03-19 14:57:58 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-19 14:57:58 (GMT) |
commit | eb0f03dcf8233f5ff8bed1249145c352863872ae (patch) | |
tree | b2be8c7209714fffb79d5868a8ce97f9f162f08c /tests/textmarker.tcl | |
parent | 3e470981e44c7f52186c040d9e759a7789b25a81 (diff) | |
download | blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.zip blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.tar.gz blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/textmarker.tcl')
-rw-r--r-- | tests/textmarker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl index 7e37e94..d6d8e0c 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -9,7 +9,7 @@ set mm [$graph marker create text tt -element data1 \ bltTest3 $graph marker $mm -anchor nw bltTest3 $graph marker $mm -background blue bltTest3 $graph marker $mm -bg red -#bltTest3 $graph marker $mm -bindtags +bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -coords {1 50} bltTest3 $graph marker $mm -element data2 bltTest3 $graph marker $mm -fg cyan |