Stefano Esposito wrote:
> Hi all,
>
> i have a GtkTextView, in which there is some formatted text. When the user 
> cliks somewhere in the textview i'd like to know what tag(s) are applied 
> where he have clicked. How can i do this? Any hints are welcome.
>   
gtk_text_iter_get_tags() does exactly that. And to get an iter at the
clicked position, use gtk_text_view_get_iter_at_position() or a similar
function.

-- 
This was the most unkindest cut of all.
                -- William Shakespeare, "Julius Caesar"

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to