diff options
author | das <das> | 2008-03-11 22:30:17 (GMT) |
---|---|---|
committer | das <das> | 2008-03-11 22:30:17 (GMT) |
commit | 6228db02586f2e758bbc83e85755c6176cf007a4 (patch) | |
tree | bf08f29c89890c66018d502f895cf74b400e119b /library/demos/widget | |
parent | 190dfe1c0664f5c9d0da53420f343bf53d40eb8e (diff) | |
download | tk-6228db02586f2e758bbc83e85755c6176cf007a4.zip tk-6228db02586f2e758bbc83e85755c6176cf007a4.tar.gz tk-6228db02586f2e758bbc83e85755c6176cf007a4.tar.bz2 |
* library/demos/knightstour.tcl: Aqua GOOBE.
* library/demos/widget:
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget index a8c2e84..9182904 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.50 2008/02/29 22:48:07 patthoyts Exp $ +# RCS: @(#) $Id: widget,v 1.51 2008/03/11 22:30:17 das 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 + @@new @@demo knightstour A Knight's tour of the chess board @@subtitle Scales and Progress Bars |