summaryrefslogtreecommitdiffstats
path: root/library/demos/text.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/text.tcl')
-rw-r--r--library/demos/text.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/text.tcl b/library/demos/text.tcl
index 0cc4870..4bb1155 100644
--- a/library/demos/text.tcl
+++ b/library/demos/text.tcl
@@ -3,12 +3,14 @@
# This demonstration script creates a text widget that describes
# the basic editing functions.
#
-# RCS: @(#) $Id: text.tcl,v 1.5 2004/03/17 18:15:45 das Exp $
+# RCS: @(#) $Id: text.tcl,v 1.6 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 .text
catch {destroy $w}
toplevel $w