On 2001.01.12 06:56:36 -0800 LF11 wrote:
> I have a GtkEntry that I would like to emit a signal when <enter> is
> pressed.  (or simply have it call a subroutine; that would work fine
> also.)
Connect to the entry's "activate" signal.

entry.connect("activate", enter_pressed_callback)

-- 
Evan Martin - [EMAIL PROTECTED]
http://students.washington.edu/eeyem

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to