[pygtk] TreeStore remove iter

2009-06-28 Thread Laurent Luce
Does remove() removes iter and all its childs ? Laurent Luce ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] iosource

2009-06-28 Thread Martin Schulze
Hello, I have a problem with the GIOSource wrapper. In the attached test program I'm using either a) gobject.io_add_watch() or b) gobject.iosource.add_poll_fd() and gobject.iosource.attach() to listen on a pipe in the glib main context with the following result: a) works like a