"Gustavo J. A. M. Carneiro" <[EMAIL PROTECTED]> writes: > A Seg, 2004-04-12 Ãs 07:31, Benjamin Collar escreveu: > > Greetings > > > > In the FAQ I found out how to alternate the colors of rows in a TreeView. I'm > > using what is suggested--change the .gtkrc-2.0 file--but I've got one > > problem. I'm using multiple columns, and when the user clicks a column (for > > sorting) then that column, and *only* that column, gets different colors. > > It's a very odd effect for the user in the end. > > > > What I want is for row color to extend across all columns. Can anyone give me > > a clue? > > I think this is intentional, to provide better feedback to the user as > to which column is being used for sorting. It just takes a bit getting > used to. I personally enjoy it. But I'm afraid I don't know the > details of how to change that. Sorry...
That can't be changed. However, with GTK+ 2.4 you only get the vertical sorting hint if you have 3 or more columns. It makes a lot more sense as to what's going on in that instance. Thanks, -Jonathan _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
