[HOWTO] scaled background image

Bob Arning arning at charm.net
Sun Apr 15 20:28:26 UTC 2001


On Sun, 15 Apr 2001 13:11:17 -0700 "montgomery f. tidwell" <mtidwell at practicalmatters.com> wrote:
>how can i set my background to a (scaled/stretched) image?

How about this?

	| f |
	f _ Form extent: Display extent depth: Display depth.
	yourOriginalForm displayInterpolatedOn: f.
	f setAsBackground

Cheers,
Bob





More information about the Squeak-dev mailing list