in reply to Re: Tk Tablematrix set color of selected row
in thread Tk Tablematrix set color of selected row
Thank you, Ken
Oh, it was as simple as using the 'sel' tag!!! This simple line does exactly what I wanted...
$t->tagConfigure('sel', -bg => 'lightyellow', -fg => 'black');
|
|---|