GtkTextView selection change event?



I am trying to catch event when selection changes in a text view.
So far, I've only found "move-cursor" signal on the GtkTextView object.

The problem with this signal is that this is triggered before selection changes and I want to be notified after the change.

Does anyone know any better signal for this?

TIA




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]