summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-07 17:28:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-07 17:28:20 (GMT)
commit547bf5ad9b134b9600676729e20a86e75a6115a7 (patch)
tree98dac6dc13abd3c3747d12005a5d4ce05e0c013a /library/demos/widget
parentb657e7c6d207b76ec25b0082267ae598c39bc242 (diff)
downloadtk-547bf5ad9b134b9600676729e20a86e75a6115a7.zip
tk-547bf5ad9b134b9600676729e20a86e75a6115a7.tar.gz
tk-547bf5ad9b134b9600676729e20a86e75a6115a7.tar.bz2
Added a demo of simple animation to the widget tour.
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 67d3b6a..36b9871 100644
--- a/library/demos/widget
+++ b/library/demos/widget
@@ -11,7 +11,7 @@ exec wish "$0" "$@"
# ".tcl" files is this directory, which are sourced by this script
# as needed.
#
-# RCS: @(#) $Id: widget,v 1.24 2004/09/10 12:13:43 vincentdarley Exp $
+# RCS: @(#) $Id: widget,v 1.25 2004/11/07 17:28:21 dkf Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -327,6 +327,9 @@ addDemoSection "Common Dialogs" {
filebox "File selection dialog"
clrpick "Color picker"
}
+addDemoSection "Animation" {
+ anilabel "Animated labels"
+}
addDemoSection "Miscellaneous" {
bitmap "The built-in bitmaps"
dialog1 "A dialog box with a local grab"