[EMAIL PROTECTED] wrote:
if i add a motion_notify or even a butten_press event to an image
object it does absolutly nothing :s

I have tried coding a simple application in pyGTK and I remember I had trouble getting button_press event in a DrawingArea.
I was using glade and despite having declared a handler to this event, I had to manually call add_events(gtk.gdk.BUTTON_PRESS_MASK) (the connect was ok but the event mask was not).
Have you checked this?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to