How to simulate Enter key at gtk.entry to save info

513 Views Asked by At

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?

1

There are 1 best solutions below

0
Zator On BEST ANSWER

I create a new Entry class adding this line: self.connect('focus-out-event', self.onEntryActivate )