Re: [Pharo-users] Using a TreePresenter

2017-12-10 Thread Nicolai Hess
2017-11-27 20:40 GMT+01:00 Prof. Andrew P. Black : > I'm trying to use a (subclass of a) TreePresenter that is populated with > FileReferences. I see that the current selection is, reasonably enough, a > TreeNodePresenter, so I'm assuming that to *set* a selection > programatically, I'm going to h

[Pharo-users] Using a TreePresenter

2017-11-27 Thread Prof. Andrew P. Black
I'm trying to use a (subclass of a) TreePresenter that is populated with FileReferences. I see that the current selection is, reasonably enough, a TreeNodePresenter, so I'm assuming that to set a selection programatically, I'm going to have to find the right TreeNodePresenter. So I've assumed