pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

Deprecate at: in favor for atPoint: in SpGridLayout #1658

Open Ducasse opened 4 days ago

Ducasse commented 4 days ago

Like that we do not capture at: with ad-hoc polymorphism. We should also deprecate add: aName at: aPoint and add: aName at: aPoint span: spanPoint This way all the changes are in sync.