2006/10/31, Pascal DUCHATELLE <[EMAIL PROTECTED]>:
I wish to be able to get the coordinates of the point on which I click in an image (actually pdf plots converted to png format).
Hi Pascal, gtk.Image does not have it's own gtk.gdk.window so it cannot receive events, try to put the image into an eventbox and connect there. ciao -- Gian Mario Tagliaretti http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
