summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-02-29 22:48:06 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-02-29 22:48:06 (GMT)
commiteff9e7b132d60874582d94af7e9d765c26ebeb5d (patch)
treefc686054e73653bad1467adaf11909882d3574d8 /library/demos/widget
parentf63a0d96d95727c2c8f50da3ec71c615f3e367d6 (diff)
downloadtk-eff9e7b132d60874582d94af7e9d765c26ebeb5d.zip
tk-eff9e7b132d60874582d94af7e9d765c26ebeb5d.tar.gz
tk-eff9e7b132d60874582d94af7e9d765c26ebeb5d.tar.bz2
Added a Knights tour canvas demo.
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 083e1d5..a8c2e84 100644
--- a/library/demos/widget
+++ b/library/demos/widget
@@ -10,7 +10,7 @@ exec wish "$0" "$@"
# separate ".tcl" files is this directory, which are sourced by this script as
# needed.
#
-# RCS: @(#) $Id: widget,v 1.49 2007/12/13 15:27:07 dgp Exp $
+# RCS: @(#) $Id: widget,v 1.50 2008/02/29 22:48:07 patthoyts Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -358,6 +358,7 @@ addFormattedText {
@@demo ruler A ruler with adjustable tab stops
@@demo floor A building floor plan
@@demo cscroll A simple scrollable canvas
+ @@demo knightstour A Knight's tour of the chess board
@@subtitle Scales and Progress Bars
@@demo hscale Horizontal scale