vote up 1 vote down star

I have a Window with a TextView, and I would like to perform some actions when the user pastes some text.

I would also like to know what signal(s) should I catch in order to perform something when the user presses a key inside the TextView.

Can you tell me what are the signals I must connect?

flag

1 Answer

vote up 2 vote down check

For paste: Take a look at the paste-done signal of the GtkTextBuffer class, it sounds about right.

For regular character insert: insert-text.

link|flag
Arigato! Case solved! – Geo Mar 23 at 15:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.