2011/4/8 Hakan K <[email protected]>:
> * i know that if i create window at application start and use show/hide
> method, it will work. But i want to solve and understand this problem :)

I think the usual way to use gtk.builder is to create a window from
it, and never destroy it. Just use show and hide if you want to reuse
it.

So most developers won't care to fix a memory leak if no one uses
gtk.builder like that. This might explain the lack of response so far.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to