summaryrefslogtreecommitdiffstats
path: root/tests/textmarker.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-05-21 16:37:47 (GMT)
committerjoye <joye>2014-05-21 16:37:47 (GMT)
commitc27d1c22fc7730a73537ea360021c2e5909570b0 (patch)
treeef145dc8cfbecaa601b7035b9e26ee7b0f72fd88 /tests/textmarker.tcl
parent3a6fdb53188e4133a04fce8a5a73c1732d313d75 (diff)
downloadblt-c27d1c22fc7730a73537ea360021c2e5909570b0.zip
blt-c27d1c22fc7730a73537ea360021c2e5909570b0.tar.gz
blt-c27d1c22fc7730a73537ea360021c2e5909570b0.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/textmarker.tcl')
-rw-r--r--tests/textmarker.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl
index 0b38fbb..a72b767 100644
--- a/tests/textmarker.tcl
+++ b/tests/textmarker.tcl
@@ -3,11 +3,12 @@ source base.tcl
set w .line
set graph [bltLineGraph $w]
-set mm [$graph marker create text tt -element data1 \
+set mm [$graph marker create text tt -element data2 \
-coords {1.5 100} -text {Text Marker} -font {24}]
$graph element configure data1 -hide yes
echo "Testing Text Marker..."
+bltCmd $graph marker configure $mm
bltTest3 $graph marker $mm -anchor nw
bltTest3 $graph marker $mm -background yellow