summaryrefslogtreecommitdiffstats
path: root/library/demos/anilabel.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/anilabel.tcl')
-rw-r--r--library/demos/anilabel.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/anilabel.tcl b/library/demos/anilabel.tcl
index 43bbf13..dadf52e 100644
--- a/library/demos/anilabel.tcl
+++ b/library/demos/anilabel.tcl
@@ -3,12 +3,14 @@
# This demonstration script creates a toplevel window containing
# several animated label widgets.
#
-# RCS: @(#) $Id: anilabel.tcl,v 1.1 2004/11/07 17:28:21 dkf Exp $
+# RCS: @(#) $Id: anilabel.tcl,v 1.2 2004/12/21 11:56:35 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
}
+package require Tk
+
set w .anilabel
catch {destroy $w}
toplevel $w