HorizontalPanelView.st
changeset 2365 fb05ac894aed
parent 2305 f2850e54b0ab
child 2387 c589e85a4f43
equal deleted inserted replaced
2364:de2ff9b393ec 2365:fb05ac894aed
  1033 
  1033 
  1034 layout:something
  1034 layout:something
  1035     "OBSOLETE compatibility interface. Will vanish.
  1035     "OBSOLETE compatibility interface. Will vanish.
  1036      leftover for historic reasons - do not use any more.
  1036      leftover for historic reasons - do not use any more.
  1037      In the meantime, try to figure out what is meant ... a kludge"
  1037      In the meantime, try to figure out what is meant ... a kludge"
       
  1038 
       
  1039     <resource:#obsolete>
  1038 
  1040 
  1039     something isLayout ifTrue:[^ super layout:something].
  1041     something isLayout ifTrue:[^ super layout:something].
  1040 
  1042 
  1041     self obsoleteMethodWarning:'use #horizontalLayout:'.
  1043     self obsoleteMethodWarning:'use #horizontalLayout:'.
  1042     ^ self horizontalLayout:something
  1044     ^ self horizontalLayout:something
  1488 ! !
  1490 ! !
  1489 
  1491 
  1490 !HorizontalPanelView class methodsFor:'documentation'!
  1492 !HorizontalPanelView class methodsFor:'documentation'!
  1491 
  1493 
  1492 version
  1494 version
  1493     ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.44 2000-11-08 09:17:08 cg Exp $'
  1495     ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.45 2001-05-17 21:12:36 stefan Exp $'
  1494 ! !
  1496 ! !