On Sun, Aug 24, 2008 at 06:50:38PM -0700, Joshua Choi wrote:
> How may I change a background's pattern? For instance, here's an ideal
> example if something like Background#pattern= worked.
>
> Shoes.app do
> @background = background white
> button 'Blue' { @background.pattern = blue }
> button 'Yellow' { @background.pattern = yellow }
> end
>
> In other words, dynamic backgrounds. Is it possible, or could it
> please be implemented in the future?
I think it will be Background.fill=. To mirror the present
Shape.fill=. I want to add this soon, of course.
_why