[Q][Morphic][presentation] Bullet list morph

Hannes Hirzel hirzel at spw.unizh.ch
Thu Mar 7 19:00:47 UTC 2002


On Tue, 5 Mar 2002, Ned Konz wrote:

> On Monday 04 March 2002 01:40 pm, Hannes Hirzel wrote:
> 
> > 1) How can I better position the bullet points? (some inset to the right
> >    and a bit lower)
> 
> Instead of an Ellipse, use a bullet character in the right font and color:
> 
> t := TextMorph new.
> t beAllFont: ((TextStyle default fontOfSize: 36) emphasized: 1).
> t contentsAsIs: (Character value: 165) asString.
> t color: Color red.
> t openInHand.
> 
> -- 
> Ned Konz
> currently: Stanwood, WA
> email:     ned at bike-nomad.com
> homepage:  http://bike-nomad.com
> 
> 
Thank you Ned, your bullet looks much better. I updated
the code example on 
http://minnow.cc.gatech.edu/squeak/2141 (bullet list morph)


Hannes Hirzel




More information about the Squeak-dev mailing list