|
From: Joe E. <jen...@fl...> - 2005-11-21 19:33:48
|
Kevin Walzer wrote:
> Is there any flag in the Tile treeview widget that I can set that will
> turn the column headers blue on OS X when that column is selected? This
> effect is doable in tktreectrl, at least in some of the samples in the
> demo, and I'd like to do the same thing in Tile.
$tv heading $column state selected
will turn the 'selected' state flag on, and
$tv heading $column state !selected
will turn it off; this changes the heading appearance
in the aqua theme, but not on any others.
(On OSX it currently also displays a sort arrow -- don't
know why this was added. NEM?)
--Joe English
jen...@fl...
|