summaryrefslogtreecommitdiffstats
path: root/tests/axis.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-07-02 21:45:05 (GMT)
committerjoye <joye>2014-07-02 21:45:05 (GMT)
commitb7d72e5e164f3fd65ebbfbcf95a1eb42ff45a990 (patch)
tree7751a1d46ca3f9438eaf69842687a509fafc2a06 /tests/axis.tcl
parent294f3433210ab54840ea2dba6a57c66bd2fa4a92 (diff)
downloadblt-b7d72e5e164f3fd65ebbfbcf95a1eb42ff45a990.zip
blt-b7d72e5e164f3fd65ebbfbcf95a1eb42ff45a990.tar.gz
blt-b7d72e5e164f3fd65ebbfbcf95a1eb42ff45a990.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r--tests/axis.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl
index 041a300..9fb6af9 100644
--- a/tests/axis.tcl
+++ b/tests/axis.tcl
@@ -48,7 +48,12 @@ bltTest3 $graph axis x -logscale yes $dops
#bltTest3 $graph axis x -max $dops
#bltTest3 $graph axis x -min $dops
#bltTest3 $graph axis x -minorticks $dops
+bltTest3 $graph axis x -relief flat $dops
bltTest3 $graph axis x -relief groove $dops
+bltTest3 $graph axis x -relief raised $dops
+bltTest3 $graph axis x -relief ridge $dops
+bltTest3 $graph axis x -relief solid $dops
+bltTest3 $graph axis x -relief sunken $dops
bltTest3 $graph axis x -rotate 45 $dops
#bltTest3 $graph axis x -scrollcommand $dops
#bltTest3 $graph axis x -scrollincrement $dops