I'm just starting to learn PyGTK and GUI programming in general, and
Tree/ListViews confuse me tremendously. One question I have is, what's
the difference between iters and paths? It seems like paths are much
easier to use, because I can simply use model[path][column] to access
any part of the ListStore. Is there any way to get the current selection
as a path rather than an iter?

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to