diff options
Diffstat (limited to 'library/demos/filebox.tcl')
-rw-r--r-- | library/demos/filebox.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/filebox.tcl b/library/demos/filebox.tcl index 3fae38d..e27974b 100644 --- a/library/demos/filebox.tcl +++ b/library/demos/filebox.tcl @@ -2,12 +2,14 @@ # # This demonstration script prompts the user to select a file. # -# RCS: @(#) $Id: filebox.tcl,v 1.5 2004/09/10 20:46:19 dkf Exp $ +# RCS: @(#) $Id: filebox.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 .filebox catch {destroy $w} toplevel $w |