Re: tree iter differences?



weird, nevermind, i just did Gtk::TreeModel::iterator& iter = row (which is a Gtk::TreeModel::Row object)

i am curious how that works though? what is going on ;)


On 12/7/05, Intangir <intangir gmail com > wrote:
what is the difference between Gtk::TreeModel::iterator and GtkTreeIter..

and secondly. WHY is there a difference?

i thought it was just a typedef so its easier to type, but i get errors about not being able to convert between them

i got a Gtk::TreeModel::Row from a Gtk::TreeModel::iterator

now i need to convert back to the iterator

there is a gobj member that is supposed to convert to an iterator, but it is apparently GtkTreeIter which isnt the same thing..

how do i convert back to Gtk::TreeModel::iterator so i can .. find the next row basically




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