On Dec 23, 12:33 pm, Nobody wrote:
> self.entry.connect("activate", self.click)
Does the job.
Thank you very much!
--
http://mail.python.org/mailman/listinfo/python-list
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)
--
http://mail.python.org/mailman/listinfo/python-list
Hello there,
I am somewhat fluent in python ... good enough for the daily business
scripting stuff. I have a little script that I use to start the afs
service
on my machine and to collect tokens for multiple afs cells.
I want to enter the password using a GUI window (stdin
in a terminal window is