Layout.st
changeset 3795 6835c15d8a12
parent 3616 b79beb6fb8cf
child 3877 595b816b53b5
equal deleted inserted replaced
3794:a7ac172485be 3795:6835c15d8a12
   125 
   125 
   126 !
   126 !
   127 
   127 
   128 rectangleRelativeTo:superRectangle preferred:prefRectHolder
   128 rectangleRelativeTo:superRectangle preferred:prefRectHolder
   129     "compute the rectangle represented by the receiver,
   129     "compute the rectangle represented by the receiver,
   130      given the superViews rectangle and the views preferredExtent.
   130      given the superViews rectangle and the view's preferredExtent.
   131      Must be implemented by concrete subclasses."
   131      Must be implemented by concrete subclasses."
   132 
   132 
   133     ^ self subclassResponsibility
   133     ^ self subclassResponsibility
   134 
   134 
   135     "Modified: / 27.5.1998 / 10:19:21 / cg"
   135     "Modified: / 27.5.1998 / 10:19:21 / cg"