Q: Howto alter list selection colors

karl karl.ramberg at comhem.se
Thu Feb 22 06:22:31 UTC 2007


Brian T. Rice skrev:
> Quick question:
>
> If I create a PluggableListMorph and want the selection to be a
> high-contrast inversion of color (say, white-on-black/blue) instead of the
> red-on-grey of the current Squeak, where would I look? How do I control
> this?
>
> Looking through Preferences didn't reveal anything relevant, and PLM
> doesn't make its internal structure very obvious.
>
> Thanks!
>
>   
Look at:

PluggableListMorph>>textHighlightColor: aColor
    "Set my default text highlight color."
    self setProperty: #textHighlightColor toValue: aColor.

Karl



More information about the Squeak-dev mailing list