diff options
Diffstat (limited to 'tests/linegraph.tcl')
-rw-r--r-- | tests/linegraph.tcl | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl index b33afe4..41e288c 100644 --- a/tests/linegraph.tcl +++ b/tests/linegraph.tcl @@ -49,6 +49,26 @@ 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 +bltPlotDestroy $w |