diff options
author | joye <joye> | 2014-03-26 19:38:01 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-26 19:38:01 (GMT) |
commit | a78a78c2c45694657e8aa2fa78cbae1b6c78e808 (patch) | |
tree | 6c96d0777d027b75fa2d52bbf78de41744806b40 /tests/textmarker.tcl | |
parent | 89a6725b0b1fd8edef4978bd2203dc86ddb6ebdc (diff) | |
download | blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.zip blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.gz blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/textmarker.tcl')
-rw-r--r-- | tests/textmarker.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl index ad885c5..c5787f2 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -6,6 +6,8 @@ set graph [bltLineGraph $w] set mm [$graph marker create text tt -element data1 \ -coords {1.5 100} -text {Text Marker} -font {24}] +echo "Testing Text Marker..." + bltTest3 $graph marker $mm -anchor nw bltTest3 $graph marker $mm -background blue bltTest3 $graph marker $mm -bg red |