Signal when the cursor of a GtkTextView is changed

2006-01-18 Thread Eduardo M KALINOWSKI
(I'm sending this again because it seems the original didn't reach the list. Let's hope this is not a duplicate.) I would like to connect a signal to do some action whenever the cursor of a GtkTextView is changed because of a key that causes movement such as the arrows was pressed, or the mouse wa

Re: Signal when the cursor of a GtkTextView is changed

2006-01-18 Thread A. Pagaltzis
Hi Eduardo, * Eduardo M KALINOWSKI <[EMAIL PROTECTED]> [2006-01-18 22:40]: >But I could not find a way to do that. The Text Widget Overview document in the docs says this: You can think of a mark as an invisible cursor or insertion point; it floats in the buffer, saving a position. […] L