I'm successfully catching a <return> in an entry field and updating another 
computed field. I would like to catch and edit then a tab out as well. Is there 
a signal for this? What I have now is :
 self.foo  = gtk.Entry(15)
 self.foo.connect('activate', self.update)


thanks,
joe

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to