summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-07 22:41:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-07 22:41:11 (GMT)
commit27d15b7a2543bca1a3daa01553101b04d7da3f19 (patch)
treec10c13420709ad19fe1e5bf540c158177964305e /library/demos/widget
parent1bb14dfb3bbf5bffb43803bc53e003ec0e6233ca (diff)
downloadtk-27d15b7a2543bca1a3daa01553101b04d7da3f19.zip
tk-27d15b7a2543bca1a3daa01553101b04d7da3f19.tar.gz
tk-27d15b7a2543bca1a3daa01553101b04d7da3f19.tar.bz2
More animation demos
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 36b9871..1924daa 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.25 2004/11/07 17:28:21 dkf Exp $
+# RCS: @(#) $Id: widget,v 1.26 2004/11/07 22:41:11 dkf Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -329,6 +329,8 @@ addDemoSection "Common Dialogs" {
}
addDemoSection "Animation" {
anilabel "Animated labels"
+ aniwave "Animated wave"
+ pendulum "Pendulum simulation"
}
addDemoSection "Miscellaneous" {
bitmap "The built-in bitmaps"