On Mon, Jul 28, 2003 at 05:20:15PM +0200, Geoff Bache wrote: > Yes, really. > > My app is a testing framework. It is more important that it is like > other testing frameworks than that it is like other GTK applications. > The rows represent tests that turn green when successful or red when > failing. It is then somewhat confusing if they turn blue when selected by > the user, who then cannot see the state any more.
In your case, it would probably be best to use a thin frame around the selected list entry, which would identify selection clearly (without resorting to italicizing or other text hacks). Anyway, back to your practical problem ;) I don't know the TreeView very well, but have you tried looking at the TreeSelection object's style? The TreeView itself may have styles for certain states, but the GTK+ code is going to be the definitive reference if it's not in the manuals. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
