Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
GridLayout
Last updated at 12:18 am UTC on 30 November 2022
since Squeak 6.0
 LayoutPolicy subclass: #GridLayout
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-Layouts'

Is about added morphs snapping to grid lines, not about arranging them one after the other in grid cells in columns.
Compare https://docs.oracle.com/javase/tutorial/uiswing/layout/grid.html

Used by PasteUpMorph

Usage see class GridLayoutTest