Markus Reitz <[EMAIL PROTECTED]> writes: > > is there an easy way of getting the information where > tags in a GtkTextBuffer start and end? >
There are GtkTextIter functions to move to the next tag or the next tag of a given type. Check the API docs on GtkTextIter. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
