Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Enterキーの代わりに、私が作成したボタン(gtk.Button)に1つまたは複数のgtk.Entry応答が必要です。
私はPython 2.7を使用しています
出来ますか?
次の行を追加して、新しい Entry クラスを作成します。 self.connect('focus-out-event', self.onEntryActivate )
self.connect('focus-out-event', self.onEntryActivate )