Squeak Class Documentation category index | class index  
 
ProportionalLayout
  category: Morphic-Layouts
  superclass: LayoutPolicy
  subclasses:

I represent a layout that places all children of some morph in their given LayoutFrame.

instance methods
  layout
  layout:in:
minExtentOf:in:

  testing
  isProportionalLayout

class methods
  no messages
 

instance methods
  layout top  
 

layout:in:

Compute the layout for the given morph based on the new bounds


 

minExtentOf:in:

Return the minimal size aMorph's children would require given the new bounds


  testing top  
 

isProportionalLayout


class methods
  no messages top