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/linemarker.tcl | |
parent | 3e470981e44c7f52186c040d9e759a7789b25a81 (diff) | |
download | blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.zip blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.tar.gz blt-eb0f03dcf8233f5ff8bed1249145c352863872ae.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/linemarker.tcl')
-rw-r--r-- | tests/linemarker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linemarker.tcl b/tests/linemarker.tcl index a8d20dc..41f7a34 100644 --- a/tests/linemarker.tcl +++ b/tests/linemarker.tcl @@ -9,7 +9,7 @@ set nn [$graph marker create line ss -element data1 \ -coords {1 150 .5 100 1 50} -linewidth 1 \ -outline green -dashes 4] -#bltTest3 $graph marker $mm -bindtags +bltTest3 $graph marker $mm -bindtags {aa} bltTest3 $graph marker $mm -cap round bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150} bltTest3 $graph marker $mm -dashes dashdot |