summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-02-20 19:19:53 (GMT)
committerjoye <joye>2014-02-20 19:19:53 (GMT)
commit508a9e0b677a779027b9462ce593c08c3adca434 (patch)
tree4f63155a01b729720a4ff3f68de44e4a9aeaa98e /tests
parent3235bb172a71442d0d0704ef4ce6f269a050c79f (diff)
downloadblt-508a9e0b677a779027b9462ce593c08c3adca434.zip
blt-508a9e0b677a779027b9462ce593c08c3adca434.tar.gz
blt-508a9e0b677a779027b9462ce593c08c3adca434.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/base.tcl4
-rw-r--r--tests/crosshairs.tcl2
-rw-r--r--tests/legend.tcl6
3 files changed, 7 insertions, 5 deletions
diff --git a/tests/base.tcl b/tests/base.tcl
index bfd12db..6c50063 100644
--- a/tests/base.tcl
+++ b/tests/base.tcl
@@ -113,9 +113,7 @@ proc bltLineGraph {w} {
-xdata {0.2 0.4 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0} \
-ydata {26 50 72 92 110 128 140 150 160 180} \
-yerror {10 10 10 10 10 10 10 10 10 10 10} \
- -color red \
- -dashes {10 20 10} \
- -showvalues y
+ -color red
$graph legend configure -title "Legend"
update
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl
index 0a8ad2f..c3cf2ad 100644
--- a/tests/crosshairs.tcl
+++ b/tests/crosshairs.tcl
@@ -13,6 +13,8 @@ bltTest2 $graph crosshairs -hide yes
bltTest2 $graph crosshairs -linewidth 3
bltTest2 $graph crosshairs -position "@100,100"
+#bltCmd $graph crosshairs cget
+#bltCmd $graph crosshairs configure
bltCmd $graph crosshairs on
bltCmd $graph crosshairs off
bltCmd $graph crosshairs toggle
diff --git a/tests/legend.tcl b/tests/legend.tcl
index 85edeca..2959df0 100644
--- a/tests/legend.tcl
+++ b/tests/legend.tcl
@@ -45,10 +45,12 @@ bltTest2 $graph legend -title "Hello World"
##bltTest2 $graph legend -titlecolor red
bltTest2 $graph legend -titlefont "times 24 bold italic"
-#bltCmd $graph legend active
+#bltCmd $graph legend activate
#bltCmd $graph legend bind
+#bltCmd $graph legend cget
+#bltCmd $graph legend configure
#bltCmd $graph legend curselection
-#bltCmd $graph legend deactive
+#bltCmd $graph legend deactivate
bltCmd $graph legend focus data1
bltCmd $graph legend get data1
bltCmd $graph legend selection anchor data1