Form>>printOn:

sqrmax at cvtci.com.ar sqrmax at cvtci.com.ar
Wed Feb 17 23:52:05 UTC 1999


Hi.

Would you guys mind if the printOn: for Form was something like this?

printOn: aStream

	aStream nextPutAll: 'Form('.
	width printOn: aStream.
	aStream nextPut: $x.
	height printOn: aStream.
	aStream nextPut: $x.
	depth printOn: aStream.
	aStream nextPut: $)

Andres.





More information about the Squeak-dev mailing list