Re: set attributes to rows in GtkTreeView

2002-03-14 Thread Bernd Demian
Am Mit, 2002-03-13 um 16.57 schrieb Havoc Pennington: I don't think there is one. What's the application? You probably have to change the color of each cell separately by setting properties on the cell renderer or writing a custom cell renderer. You can create alternating colors with

Re: set attributes to rows in GtkTreeView

2002-03-14 Thread Havoc Pennington
Bernd Demian [EMAIL PROTECTED] writes: Looks like a divide-by-zero in gtkrange.c. This is in 2.0.0? Yes 2.0 on alpha - 64 bit - offen a problem. Should be sure it's in bugzilla. btw I have a second question - we are porting a motif appl with bxm-widgets. the list widget has a feature to

set attributes to rows in GtkTreeView

2002-03-13 Thread Bernd Demian
Hi all, thanks for the gtk-version, great job btw I have one question, one bug and one suspicion. First the question: Can somebody show me a simple way to change the color of one or more rows in GtkTreeView. In CList it was simple to use the function gtk_clist_set_background. Second the bug :

Re: set attributes to rows in GtkTreeView

2002-03-13 Thread Havoc Pennington
Bernd Demian [EMAIL PROTECTED] writes: First the question: Can somebody show me a simple way to change the color of one or more rows in GtkTreeView. In CList it was simple to use the function gtk_clist_set_background. I don't think there is one. What's the application? You probably have

Re: set attributes to rows in GtkTreeView

2002-03-13 Thread Olaf Fr±czyk
On 2002.03.13 16:57:49 +0100 Havoc Pennington wrote: Bernd Demian [EMAIL PROTECTED] writes: First the question: Can somebody show me a simple way to change the color of one or more rows in GtkTreeView. In CList it was simple to use the function gtk_clist_set_background. I don't