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 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?
Copyright © 2021 Jogjafile Inc.
I create a new Entry class adding this line:
self.connect('focus-out-event', self.onEntryActivate )