diff options
Diffstat (limited to 'library/demos/entry3.tcl')
-rw-r--r-- | library/demos/entry3.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/entry3.tcl b/library/demos/entry3.tcl index 281714e..b11e127 100644 --- a/library/demos/entry3.tcl +++ b/library/demos/entry3.tcl @@ -4,12 +4,14 @@ # permitted input is constrained in some way. It also shows off a # password entry. # -# RCS: @(#) $Id: entry3.tcl,v 1.3 2004/06/28 22:36:18 dkf Exp $ +# RCS: @(#) $Id: entry3.tcl,v 1.4 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 .entry3 catch {destroy $w} toplevel $w |