Re: [pygtk] date changed signal ?

2009-03-03 Thread Darren Hart
On Mon, Mar 2, 2009 at 12:01 AM, Walter Leibbrandt wrote: > Hi, > > Darren Hart wrote: >> >> I have a TreeView that renders rows differently depending on the state >> of the object being represented.  This state is in part dependent on >> the date.  Rather than calculate the state everytime I rend

Re: [pygtk] date changed signal ?

2009-03-02 Thread Walter Leibbrandt
Hi, Darren Hart wrote: > I have a TreeView that renders rows differently depending on the state > of the object being represented. This state is in part dependent on > the date. Rather than calculate the state everytime I render the row, > I set the state explicitly when certain events occur. I

[pygtk] date changed signal ?

2009-03-01 Thread Darren Hart
I have a TreeView that renders rows differently depending on the state of the object being represented. This state is in part dependent on the date. Rather than calculate the state everytime I render the row, I set the state explicitly when certain events occur. Is there some kind of datechanged