hgk: added -selectbackground grey to canvases
authorBela Babik <teki321@gmail.com>
Mon, 04 Jun 2007 16:54:52 +1000
changeset 4501 b2338c0cf468
parent 4499 84ca5597a435
child 4502 1774c037fbd2
hgk: added -selectbackground grey to canvases
contrib/hgk
--- a/contrib/hgk	Mon Jun 04 22:05:47 2007 +0200
+++ b/contrib/hgk	Mon Jun 04 16:54:52 2007 +1000
@@ -356,15 +356,15 @@
     set canv .ctop.top.clist.canv
     canvas $canv -height $geometry(canvh) -width $geometry(canv1) \
 	-bg white -bd 0 \
-	-yscrollincr $linespc -yscrollcommand "$cscroll set"
+	-yscrollincr $linespc -yscrollcommand "$cscroll set" -selectbackground grey
     .ctop.top.clist add $canv
     set canv2 .ctop.top.clist.canv2
     canvas $canv2 -height $geometry(canvh) -width $geometry(canv2) \
-	-bg white -bd 0 -yscrollincr $linespc
+	-bg white -bd 0 -yscrollincr $linespc -selectbackground grey
     .ctop.top.clist add $canv2
     set canv3 .ctop.top.clist.canv3
     canvas $canv3 -height $geometry(canvh) -width $geometry(canv3) \
-	-bg white -bd 0 -yscrollincr $linespc
+	-bg white -bd 0 -yscrollincr $linespc -selectbackground grey
     .ctop.top.clist add $canv3
     bind .ctop.top.clist <Configure> {resizeclistpanes %W %w}