[pygtk] Problem in referencing Glade widegets

2009-06-28 Thread ganesh gajre
Hi all, I am writing a program in which i want to get the image file which is created on the server to my desktop. For whicj i am looking for the same url which i used to connect to my server database. I had written a small function to get the url address. Code is as follow: Glade file Referen

[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 cha

[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/