summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-04-09 19:59:10 (GMT)
committerjoye <joye>2014-04-09 19:59:10 (GMT)
commitfb2a886b39bb0f9f6d43d902109ef3830f1fe76e (patch)
treec92a22b6504189aebbe074dc83301b95b7920f5e /tests
parentc6c0a7fca7ce114ee7fa388ff2f18e3e7c49b2b1 (diff)
downloadblt-fb2a886b39bb0f9f6d43d902109ef3830f1fe76e.zip
blt-fb2a886b39bb0f9f6d43d902109ef3830f1fe76e.tar.gz
blt-fb2a886b39bb0f9f6d43d902109ef3830f1fe76e.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/legend.tcl17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/legend.tcl b/tests/legend.tcl
index 5a28ab1..22d9e6f 100644
--- a/tests/legend.tcl
+++ b/tests/legend.tcl
@@ -3,6 +3,10 @@ source base.tcl
set w .line
set graph [bltLineGraph $w]
+$graph legend selection set data2
+$graph legend focus data1
+$graph legend configure -selectrelief groove
+
echo "Testing Legend..."
#bltTest2 $graph legend -activebackground
@@ -16,8 +20,8 @@ bltTest2 $graph legend -borderwidth 20
bltTest2 $graph legend -bd 20
bltTest2 $graph legend -columns 2
#bltTest2 $graph legend -exportselection
-#bltTest2 $graph legend -focusdashes
-#bltTest2 $graph legend -focusforeground
+bltTest2 $graph legend -focusdashes "8 3"
+bltTest2 $graph legend -focusforeground red
bltTest2 $graph legend -font "times 18 bold italic"
bltTest2 $graph legend -fg yellow
bltTest2 $graph legend -foreground purple
@@ -37,15 +41,14 @@ bltTest2 $graph legend -raised yes
bltTest2 $graph legend -relief groove
bltTest2 $graph legend -rows 1
#bltTest2 $graph legend -selectbackground
-#bltTest2 $graph legend -selectborderwidth
+bltTest2 $graph legend -selectborderwidth 3
#bltTest2 $graph legend -selectcommand
#bltTest2 $graph legend -selectforeground
#bltTest2 $graph legend -selectmode
-#bltTest2 $graph legend -selectrelief
-#bltTest2 $graph legend -takefocus
+bltTest2 $graph legend -selectrelief flat
+bltTest2 $graph legend -takefocus yes
bltTest2 $graph legend -title "Hello World"
-##bltTest2 $graph legend -titleanchor center
-##bltTest2 $graph legend -titlecolor red
+bltTest2 $graph legend -titlecolor red
bltTest2 $graph legend -titlefont "times 24 bold italic"
#bltCmd $graph legend activate