Hi!
Il gio, 2004-01-01 alle 16:03, Hans-Joachim Widmaier ha scritto:
> I just wish I could be of some help to others, but it is always me
> who needs help ...
>
> I would like to check everything that's entered into a Entry widget and
> thusly connected the signals "insert-at-cursor" and "paste-clipboard".
> Alas, both never get called. Widget events ("focus-in-event", "focus-out-event")
> work, though.
If you want to check what user types, I suggest you to connect to
"key-press-event".
e1.connect("key-press-event", self.showsig, "E1 insert")
Hope this can help!
Regards
Pier
--
Pier Carteri <[EMAIL PROTECTED]>
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/