diff options
author | vincentdarley <vincentdarley> | 2004-09-10 12:13:38 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-09-10 12:13:38 (GMT) |
commit | 09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9 (patch) | |
tree | c17ff6a17da4273024607033b6c1bd7bf35d2d8f /library/demos/widget | |
parent | 77f2c1e62ab0760dc6ee615d6bbcb81b11d76a6f (diff) | |
download | tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.zip tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.tar.gz tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.tar.bz2 |
text widget 'peer' subcommand -- TIP#169 implementation
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/demos/widget b/library/demos/widget index 8c59d6c..67d3b6a 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -11,10 +11,10 @@ exec wish "$0" "$@" # ".tcl" files is this directory, which are sourced by this script # as needed. # -# RCS: @(#) $Id: widget,v 1.23 2004/03/17 18:15:45 das Exp $ +# RCS: @(#) $Id: widget,v 1.24 2004/09/10 12:13:43 vincentdarley Exp $ -package require Tcl 8.4 -package require Tk 8.4 +package require Tcl 8.5 +package require Tk 8.5 package require msgcat eval destroy [winfo child .] |