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