tree iter differences?



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]