Quoting Martin Glueck <[EMAIL PROTECTED]>:

> Is there any other possibility to react on a special key-combination
> ?
> I know that I could use the `KEY_DOWN' signal and check the code, but
> this seams to be very inefficient (especially if you use it for an
> entry)

In the case of the Entry widget, you can connect to focus_out. That will
be sent when the Entry looses to focus and you will get it after, Up, Down
and Tab or when the User clicks somewhere outside the Entry.

-- 
==============================================
Sowatec AG,       CH-8330 Pf�ffikon (ZH)
Witzbergstr. 7,   http://www.sowatec.com
Tel: +41-(0)1-952 55 55
Fax: +41-(0)1-952 55 66
----------------------------------------------
Aaron "Optimizer" Digulla, [EMAIL PROTECTED]
==============================================


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

Reply via email to