I want one or several gtk.Entry reply to a button created by me (gtk.Button) instead of a enter key.
I´m using Python 2.7
Is it possible?
I create a new Entry class adding this line: self.connect('focus-out-event', self.onEntryActivate )
self.connect('focus-out-event', self.onEntryActivate )