Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ProportionalLayout
Last updated at 9:50 am UTC on 9 November 2017
Subclass of LayoutPolicy.

A ProportionalLayout is a simple layout that lets you give each submorph an area to use. When the morph is resized, the area a morph sits in is scaled linearly in proportion to the morphs size.

Class comment Squeak 4.6:
I represent a layout that places all children of some morph in their given LayoutFrame.