2014-05-30 14:24 GMT+02:00 Esteban Lorenzano <[email protected]>:

>
> http://stackoverflow.com/questions/23944704/change-list-background-color-in-pharo-with-spec
>
>
>

How about  this:

ListModel new
    items: (1 to: 10);
    backgroundColorBlock: [ :item :index |Color red ];
    openWithSpec.

(I am not registered at stackoverlfow, please forward).

Reply via email to