substitute the text on the fly

Etan Reisner pidgin at unreliablesource.net
Thu Feb 28 15:07:30 EST 2008


On Thu, Feb 28, 2008 at 11:16:37AM +0100, Artjom König wrote:
> Hi, I'd like to write a plugin for pidgin that substitutes the typed
> text on the fly. So what I need is a message that will be sent if the
> actual user press a key and a way to get the typed text. Can you help
> me?

Signals for key presses are at the GTK+ level not at the pidgin level, so
you would want/need to attach to the signals on the input areas textview.

    -Etan




More information about the Devel mailing list