|
From: Donal K. F. <don...@ma...> - 2007-11-24 12:09:26
|
Jeff Hobbs wrote:
> What is the latest status of border-draw handling specialization support
> in tile? This would alleviate issues that users see on the text and
> listbox widgets related to specialized borders (like on the mac), when
> the widget has focus. There was some hackery on the wiki, but it had
> some "issues" iirc.
Curiously, Tk has some stuff relating to making borders work right (with
a canvas inside) for the Unix tk_getOpenFile implementation[*]. I've no
idea whether it's "right" (probably not actually) but it looks good with
themes like clam and xpnative. If the code's good enough, maybe it can
be split out and used more generally?
Donal.
[* The graphical file selector is a highly non-trivial megawidget, and
it's going to be seen by a lot of people so putting effort in to make
it look right and good is worthwhile. ]
|