On 06/19/2012 08:35 PM, Alice Marcot wrote:
I have a gtk window; a vbox; and I append an image to the vbox. I am trying to catch mouse click event from the image, but no response. I can catch mouse click from the window object.
Images can't catch events. You need to put the Image inside an EventBox. -- David Ripton drip...@ripton.net _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/