summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-04-09 20:52:28 (GMT)
committerjoye <joye>2014-04-09 20:52:28 (GMT)
commit059ea57ddd6acca286270bfee74b5885d1a3838b (patch)
tree9df02295e821adb7b66e2695f41c481202aef346 /tests
parentfb2a886b39bb0f9f6d43d902109ef3830f1fe76e (diff)
downloadblt-059ea57ddd6acca286270bfee74b5885d1a3838b.zip
blt-059ea57ddd6acca286270bfee74b5885d1a3838b.tar.gz
blt-059ea57ddd6acca286270bfee74b5885d1a3838b.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/legend.tcl7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/legend.tcl b/tests/legend.tcl
index 22d9e6f..13c9591 100644
--- a/tests/legend.tcl
+++ b/tests/legend.tcl
@@ -6,7 +6,7 @@ set graph [bltLineGraph $w]
$graph legend selection set data2
$graph legend focus data1
$graph legend configure -selectrelief groove
-
+return
echo "Testing Legend..."
#bltTest2 $graph legend -activebackground
@@ -32,11 +32,14 @@ bltTest2 $graph legend -ipady 20
#bltTest2 $graph legend -nofocusselectforeground
bltTest2 $graph legend -padx 20
bltTest2 $graph legend -pady 20
+bltTest2 $graph legend -position rightmargin
bltTest2 $graph legend -position leftmargin
bltTest2 $graph legend -position topmargin
bltTest2 $graph legend -position bottommargin
bltTest2 $graph legend -position plotarea
-bltTest2 $graph legend -position "@250,100"
+bltTest2 $graph legend -position xy
+bltTest2 $graph legend -x 250
+bltTest2 $graph legend -y 100
bltTest2 $graph legend -raised yes
bltTest2 $graph legend -relief groove
bltTest2 $graph legend -rows 1