From: Jeff H. <je...@ac...> - 2009-02-11 18:18:31
|
On 11-Feb-09, at 10:11 AM, Joe English wrote: > I've also found it useful to have variants based on state; for > instance > a toolbar icon might have a grayscale variant for when it's disabled > and a brighter variant for when it's active. (AIUI, Qt and Gtk+ > manage this programmatically. Tk can do this to a certain degree -- > autostippling images when disabled, f'rinstance -- but the results > aren't ideal.) I think this is something we should rely on Tk to do, then improve Tk to do it right. treectrl has an imagetint command that should be used by (added into) the core for such things. Jeff |