diff options
author | joye <joye> | 2014-06-17 19:20:11 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-17 19:20:11 (GMT) |
commit | 36fd7fea2c8c99aa7c11b92382e196fe06dfc908 (patch) | |
tree | dbf60ed6646a43126827940e0b0058861aa5312f /tests/textmarker.tcl | |
parent | 0a64b2471572db9bb2c2e11b2e2993425bfc7568 (diff) | |
download | blt-36fd7fea2c8c99aa7c11b92382e196fe06dfc908.zip blt-36fd7fea2c8c99aa7c11b92382e196fe06dfc908.tar.gz blt-36fd7fea2c8c99aa7c11b92382e196fe06dfc908.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 f37f35f..1347841 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -6,7 +6,7 @@ set graph [bltLineGraph $w] set mm [$graph marker create text tt -element data2 \ -coords {1. 112} -text "Text\nMarker" -font {helvetica 24}] $graph element configure data1 -hide yes - +return echo "Testing Text Marker..." bltTest3 $graph marker $mm -anchor nw $dops |