Re: [pygtk] Changing a style property of TreeView

2008-03-20 Thread Aravind Vijayakumar
Now that I do have the code in front of me, what I has done was: gtk.rc_reset_styles(self.main_window.get_settings()) You'd want to replace self.main_window with the appropriate widget. Regards, Aravind - Original Message From: Aravind Vijayakumar [EMAIL PROTECTED] To: [EMAIL

Re: [pygtk] Increasing memory usage of GtkTreeView/GtkTreeModel

2008-03-20 Thread Mitko Haralanov
On Tue, 18 Mar 2008 13:31:19 -0700 Mitko Haralanov [EMAIL PROTECTED] wrote: I am pretty sure that there is something I am missing because such a huge memory leak in GTK would have been caught. Any ideas? Hi, I am still trying to figure out why the memory usage of my app keeps climbing and I

Re: [pygtk] Increasing memory usage of GtkTreeView/GtkTreeModel

2008-03-20 Thread John Ehresman
Mitko Haralanov wrote: On Tue, 18 Mar 2008 13:31:19 -0700 Mitko Haralanov [EMAIL PROTECTED] wrote: I am pretty sure that there is something I am missing because such a huge memory leak in GTK would have been caught. Any ideas? Hi, I am still trying to figure out why the memory usage of my

Re: [pygtk] Increasing memory usage of GtkTreeView/GtkTreeModel

2008-03-20 Thread Mitko Haralanov
On Thu, 20 Mar 2008 14:26:52 -0400 John Ehresman [EMAIL PROTECTED] wrote: Do you have a minimal test case? I didn't but I wrote one and it doesn't seem to happen, which points to a memory leak in my code, rather then GtkTreeView. I have been trying to narrow down where it happens but I am so,