summaryrefslogtreecommitdiff
path: root/tk/library/demos/button.tcl
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-09-24 20:37:56 +0000
committerKeith Seitz <keiths@redhat.com>2002-09-24 20:37:56 +0000
commitc709ff98b014a66934671dcece6d2b26d5101b1a (patch)
tree2cae57d3bed8d1c06b191a3d847ed0bfd0f48676 /tk/library/demos/button.tcl
parent07296cfdb73a6d68eb6b921fd25c7c9dacdf1eec (diff)
downloadgdb-c709ff98b014a66934671dcece6d2b26d5101b1a.tar.gz
import tk 8.4.0TK_8_4_0
Diffstat (limited to 'tk/library/demos/button.tcl')
-rw-r--r--tk/library/demos/button.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tk/library/demos/button.tcl b/tk/library/demos/button.tcl
index 651706db8d2..fe00a1c99cb 100644
--- a/tk/library/demos/button.tcl
+++ b/tk/library/demos/button.tcl
@@ -34,4 +34,3 @@ button $w.b3 -text "Sea Green" -width 10 \
button $w.b4 -text "Yellow" -width 10 \
-command "$w config -bg Yellow1; $w.buttons config -bg Yellow1"
pack $w.b1 $w.b2 $w.b3 $w.b4 -side top -expand yes -pady 2
-