summaryrefslogtreecommitdiffstats
path: root/tests/bargraph.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-03-18 21:09:38 (GMT)
committerjoye <joye>2014-03-18 21:09:38 (GMT)
commit57329c620b5b44aaf32c8d4d96ca95781a64136e (patch)
tree539f5fa9ae0501f8bb57ffc6c185dd8925eeeb36 /tests/bargraph.tcl
parent381a52e47a7964fc9065bbecfb18e8995a27d24e (diff)
downloadblt-57329c620b5b44aaf32c8d4d96ca95781a64136e.zip
blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.gz
blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/bargraph.tcl')
-rw-r--r--tests/bargraph.tcl29
1 files changed, 6 insertions, 23 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl
index 25d3091..db3fd7f 100644
--- a/tests/bargraph.tcl
+++ b/tests/bargraph.tcl
@@ -18,9 +18,9 @@ bltTest $graph -bottommargin 50
#bltTest $graph -bufferelements
#bltTest $graph -buffergraph
bltTest $graph -cursor cross
-#bltTest $graph -fg
-bltTest $graph -font "times 36 bold italic"
-#bltTest $graph -foreground
+bltTest $graph -fg blue
+bltTest $graph -font {times 36 bold italic}
+bltTest $graph -foreground cyan
#bltTest $graph -halo
bltTest $graph -height 300
#bltTest $graph -highlightbackground
@@ -40,6 +40,9 @@ bltTest $graph -relief groove
bltTest $graph -rightmargin 50
#bltTest $graph -rightvariable
bltTest $graph -rm 50
+#bltTest $graph -searchhalo
+#bltTest $graph -searchmode
+#bltTest $graph -searchalong
#bltTest $graph -stackaxes
#bltTest $graph -takefocus
bltTest $graph -title "This is a Title"
@@ -50,26 +53,6 @@ bltTest $graph -width 300
bltTest $graph -plotwidth 300
bltTest $graph -plotheight 300
-#bltCmd $graph axis
-#bltCmd $graph bar (elem)
-#bltCmd $graph cget
-#bltCmd $graph configure
-#bltCmd $graph crosshairs (Blt_CrosshairsOp)
-#bltCmd $graph element (elem)
-#bltCmd $graph extents
-#bltCmd $graph inside
-#bltCmd $graph invtransform
-#bltCmd $graph legend (Blt_LegendOp)
-#bltCmd $graph line (elem)
-#bltCmd $graph marker (Blt_MarkerOp)
-#bltCmd $graph pen (Blt_PenOp)
-#bltCmd $graph postscript (Blt_PostscriptOp)
-#bltCmd $graph transform
-#bltCmd $graph x2axis (axis)
-#bltCmd $graph xaxis (axis)
-#bltCmd $graph y2axis (axis)
-#bltCmd $graph yaxis (axis)
-
echo "done"
bltPlotDestroy $w