diff options
author | hobbs <hobbs> | 1999-08-10 15:27:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-10 15:27:45 (GMT) |
commit | 58001043022773e21bfbfb6e0805a71f51951903 (patch) | |
tree | 2d5763166669aff5c475a9c3452c9567c4491f13 /library/console.tcl | |
parent | b8cd6cd207680969577b6c57f6117462af60b265 (diff) | |
download | tk-58001043022773e21bfbfb6e0805a71f51951903.zip tk-58001043022773e21bfbfb6e0805a71f51951903.tar.gz tk-58001043022773e21bfbfb6e0805a71f51951903.tar.bz2 |
1999-08-10 Jeff Hobbs <hobbs@scriptics.com>
* library/clrpick.tcl:
* library/console.tcl:
* library/tk.tcl: fixed code where abbreviations where used
in calling widget methods (confuses iWidgets) [Bug: 2422]
Diffstat (limited to 'library/console.tcl')
-rw-r--r-- | library/console.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/console.tcl b/library/console.tcl index 0ea7716..baf9812 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -4,7 +4,7 @@ # can be used by non-unix systems that do not have built-in support # for shells. # -# RCS: @(#) $Id: console.tcl,v 1.5 1999/05/22 01:59:21 stanton Exp $ +# RCS: @(#) $Id: console.tcl,v 1.6 1999/08/10 15:27:49 hobbs Exp $ # # Copyright (c) 1998-1999 Scriptics Corp. # Copyright (c) 1995-1997 Sun Microsystems, Inc. @@ -70,7 +70,7 @@ proc tkConsoleInit {} { -command tkConsoleAbout } - . conf -menu .menubar + . configure -menu .menubar text .console -yscrollcommand ".sb set" -setgrid true scrollbar .sb -command ".console yview" |