python gtk: input box and "enter"

Nobody nobody at nowhere.com
Wed Dec 23 06:33:02 EST 2009


On Tue, 22 Dec 2009 23:41:31 -0800, edgue wrote:

> How do I use gtk to enter a (hidden) text press ENTER ... done?

Connect the gtk.Entry's "activate" signal to the click() method:

	self.entry.connect("activate", self.click)




More information about the Python-list mailing list