VariablePanel.st
changeset 3278 a898d63d521e
parent 2743 65b5445cb984
child 3463 8408a4c800db
equal deleted inserted replaced
3277:065e0d75a384 3278:a898d63d521e
   892         ]
   892         ]
   893 !
   893 !
   894 
   894 
   895 relativeCorners:aCollection
   895 relativeCorners:aCollection
   896     |pos|
   896     |pos|
       
   897 
       
   898     aCollection size == self subViews size ifFalse:[^ self ].
   897 
   899 
   898     pos := 0.0.
   900     pos := 0.0.
   899     self subViews with:aCollection 
   901     self subViews with:aCollection 
   900         do:[:eachView :eachCorner |
   902         do:[:eachView :eachCorner |
   901             self isHorizontal ifTrue:[
   903             self isHorizontal ifTrue:[
  2329 ! !
  2331 ! !
  2330 
  2332 
  2331 !VariablePanel class methodsFor:'documentation'!
  2333 !VariablePanel class methodsFor:'documentation'!
  2332 
  2334 
  2333 version
  2335 version
  2334     ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.84 2003-05-07 14:12:19 cg Exp $'
  2336     ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.85 2006-03-06 09:00:45 cg Exp $'
  2335 ! !
  2337 ! !