summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
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"