[Cuis-dev] BoxedMorph padding

ken.dickey at whidbey.com ken.dickey at whidbey.com
Thu Sep 5 07:25:06 PDT 2024


On 2024-09-05 00:48, Hilaire Fernandes via Cuis-dev wrote:

> Question, are the changes backward compatible?

Yes.  Including useEdgeSpace.

E.g.

useEdgeSpace: aBoolean

	self flag: #deprecated.
	aBoolean
		ifTrue: [ self padding: (self xSeparation @ self ySeparation) ]
		ifFalse: [self padding: (0 at 0)]

FYI,
-KenD


More information about the Cuis-dev mailing list