Alessandro Pellizzari:
> Hi,
> 
> I need to know when the cursor inside a TextView changes position.
> I tried to link to "move_cursor" signal, but if I move the cursor with a
> mouse-click, the signal doesn't get emitted.
> 
> Is there a proper signal to link or must I catch both "move_cursor" and
> "button_released"?

I'm using "cursor-changed", which seems to get emitted on all changes.
Works great for me.

-- 
Hans-Joachim Widmaier
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to