Spec: double click action on newlist

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Spec: double click action on newlist

Stephan Eggermont-3
In what situation would I set the doubleClickAction but not tell
the NewList to use it?

        list handlesDoubleClick: true.
        list doubleClickAction: [ self halt ]

Stephan