Re: EuGTK:How to Build a TreeView
- Posted by irv Aug 21, 2019
- 1040 views
euphoric said...
Irv, is there a way to get the hierarchy trail when I click on one of the items in the TreeView?
Like, if I clicked "Fido," it would return something like:
{"Mac","The Woz","Billy (the kid)","Fido"}
If so, how would I learn that from the docs (Gtk or EuGTK)?
I'm trying to get familiar with the docs, so I don't have to keep asking questions!
It has something to do with iterators and paths: I'll have to do some research and testing to be sure. Check back tomorrow.