diff options
Diffstat (limited to 'library/demos/check.tcl')
-rw-r--r-- | library/demos/check.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/demos/check.tcl b/library/demos/check.tcl index ef8c5c3..3e3ddc4 100644 --- a/library/demos/check.tcl +++ b/library/demos/check.tcl @@ -3,12 +3,14 @@ # This demonstration script creates a toplevel window containing # several checkbuttons. # -# RCS: @(#) $Id: check.tcl,v 1.4 2004/02/18 00:40:24 hobbs Exp $ +# RCS: @(#) $Id: check.tcl,v 1.5 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 .check catch {destroy $w} toplevel $w |