summaryrefslogtreecommitdiffstats
path: root/library/demos/knightstour.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove various unnecessary "global tcl_platform" occurrences, which are no ↵jan.nijtmans2015-08-051-2/+2
| | | | | longer used. Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish.
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-10/+6
| | | | interactive wish.
* Minor fixes to demos. In the pendulum demo make use of unicode for thepatthoyts2009-04-021-9/+24
| | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead.
* * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-111-14/+24
| | | | * library/demos/widget:
* Added a Knights tour canvas demo.patthoyts2008-02-291-0/+247