diff options
author | joye <joye> | 2014-05-20 18:10:16 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-20 18:10:16 (GMT) |
commit | 9cd94eac6c4d0bf60a32daa15b769d45881a56dd (patch) | |
tree | e855f57ac86c36aef655aa693aa72b68f4709dba /tests/bargraph.tcl | |
parent | 1bdf79314c42564a872683cb9a742bcd2aa02a8c (diff) | |
download | blt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.zip blt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.tar.gz blt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/bargraph.tcl')
-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 1067703..34f320e 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -53,6 +53,26 @@ bltTest $graph -width 300 bltTest $graph -plotwidth 300 bltTest $graph -plotheight 300 +##bltCmd $graph axis +bltCmd $graph cget -background +bltCmd $graph configure +bltCmd $graph configure +bltCmd $graph configure -background cyan +##bltCmd $graph crosshairs +##bltCmd $graph element +#bltCmd $graph extents +#bltCmd $graph inside +#bltCmd $graph invtransform +##bltCmd $graph legend +##bltCmd $graph marker +##bltCmd $graph pen +##bltCmd $graph postscript +#bltCmd $graph transform +##bltCmd $graph x2axis +##bltCmd $graph xaxis +##bltCmd $graph y2axis +##bltCmd $graph yaxis + echo "done" bltPlotDestroy $w |