RE: utility of GtkTextIter ?



Iterators are used to mark a position in a datastructure (in this case a
null terminated string).  They provide an interface for accessing data
and walking data in a liniar fashion (Iterating over a data structure).

Well... I would have said that that is what a GtkTextMark does.  A
GtkTextIter in my mind is an object which provides the means to move about
the text.

Regards,
Martyn



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