[Pharo-project] on PluggableTreeMorph changeSelected selector
March 18, 2010
8:07 p.m.
Hi, I have aTreeMorph := PluggableTreeMorph on: self list: #items selected: #selectedItem changeSelected: #onItemClick:. MyClass>>selectedItem ^ myCollection collect:[:item | PluggableListItemWrapper with: item] When a item is selected, PluggableTreeMorph passes the wrapped item to #onItemClick: Shouldn't it be more consistent to have the instance of PluggableListItemWrapper passed instead ? Laurent Laffont
5979
Age (days ago)
5979
Last active (days ago)
0 comments
1 participants
participants (1)
-
laurent laffont