summaryrefslogtreecommitdiffstats
path: root/library/demos/aniwave.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/aniwave.tcl')
-rw-r--r--library/demos/aniwave.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/aniwave.tcl b/library/demos/aniwave.tcl
index 824388c..fd2b1ec 100644
--- a/library/demos/aniwave.tcl
+++ b/library/demos/aniwave.tcl
@@ -4,12 +4,14 @@
# coordinates in a way that does something fairly similar to waveform
# display.
#
-# RCS: @(#) $Id: aniwave.tcl,v 1.1 2004/11/07 22:41:11 dkf Exp $
+# RCS: @(#) $Id: aniwave.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 .aniwave
catch {destroy $w}
toplevel $w