On Tuesday 13 April 2004 03:29, Jonathan Blandford wrote: > "Gustavo J. A. M. Carneiro" <[EMAIL PROTECTED]> writes:
> > 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. > The problem I have is that this treeview has 5 columns about 800 rows and when the user (my wife) looks at it, it's hard for her to tell, at a glance, whether text is a part of one row or another. She sorts using one column (the date) but looks at the information in another column (the name). Since the other column is not colored she has difficulty. Now, it must be somehow possible to accomplish the behavior I'm looking for because when the user clicks on a row it is selected and all turns blue. I don't think that's the right direction to take to solve it, though. Can I draw borders around the cells in the treeview? Ben > 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/
