1
2The legal values are all those accepted by
3[uri \
4     http://www.tcl.tk/man/tcl8.5/TkLib/GetDash.htm \
5     Tk_GetDash],
6
7and additionally all which are listed below:
8
9[list_begin definitions]
10[def "[const solid], empty string"]		Draw solid line.
11[def "[const dash], [const dashed], [const -]"]	Draw a dashed line.
12[def "[const dot], [const dotted], [const .]"]	Draw a dotted line.
13[def "[const dash-dot], [const -.]"]	  	Draw a dash-dotted line
14[def "[const dash-dot-dot], [const -..]"]	Draw a dash-dot-dotted line.
15[list_end]
16