[UI] FillStyles in borders

Gary Chambers gazzaguru2 at btinternet.com
Fri Jun 27 10:28:00 UTC 2008


The lastest (version Pinesoft-Widgets-gvc.324) of Widgets on SqueakSource
now has support for FillStyleBorder. Should also support use of composite
fill styles.

Just for example:

Morph new
	extent: 200 at 150;
	borderStyle: (FillStyleBorder new
		width: 20;
		fillStyle: ((GradientFillStyle
					colors: {Color red. Color green})
					origin: 0 at 0;
					direction: 200 at 150));
	openInHand

Regards, Gary.


> -----Original Message-----
> From: ui-bounces at lists.squeakfoundation.org
> [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Alain Plantec
> Sent: 17 June 2008 8:24 AM
> To: Squeak's User Interface
> Subject: Re: [UI] FillStyles in borders
>
>
> On Monday 16 June 2008 19:21:40 Gary Chambers wrote:
> > Just wondering if anyone would like to be able to use fill
> styles in borders
> > (rather than just colours)...
> I would like it.
> thanks
> alain
> >
> > Gary
> >
> > _______________________________________________
> > UI mailing list
> > UI at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/ui
> >
> >
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui



More information about the UI mailing list