diff options
author | joye <joye> | 2014-02-28 16:55:18 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-28 16:55:18 (GMT) |
commit | d23f63bc4b2b6e246a4542ddd4ad6bd60044805e (patch) | |
tree | c436a3133c85d435ed66f1b6d140c021a07ded60 /tests | |
parent | f43809e97769e2ab0c4b48a1db35a4cafd93e40c (diff) | |
download | blt-d23f63bc4b2b6e246a4542ddd4ad6bd60044805e.zip blt-d23f63bc4b2b6e246a4542ddd4ad6bd60044805e.tar.gz blt-d23f63bc4b2b6e246a4542ddd4ad6bd60044805e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bargraph.tcl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index ed2c61b..25d3091 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -50,6 +50,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 |