HorizontalPanelView.st
changeset 1291 03ed7c44f194
parent 1254 c9e604f03e6a
child 1306 bf4903012f7a
equal deleted inserted replaced
1290:d87b6c35c3ae 1291:03ed7c44f194
   967         hLayout := aSymbol.
   967         hLayout := aSymbol.
   968         self layoutChanged
   968         self layoutChanged
   969     ]
   969     ]
   970 
   970 
   971     "Modified: 26.3.1997 / 15:41:16 / cg"
   971     "Modified: 26.3.1997 / 15:41:16 / cg"
   972 !
       
   973 
       
   974 layout
       
   975     "leftover for historic reasons - do not use any more"
       
   976 
       
   977     self obsoleteMethodWarning:'use #horizontalLayout'.
       
   978     ^ self horizontalLayout
       
   979 !
   972 !
   980 
   973 
   981 layout:something
   974 layout:something
   982     "OBSOLETE compatibility interface. Will vanish.
   975     "OBSOLETE compatibility interface. Will vanish.
   983      leftover for historic reasons - do not use any more.
   976      leftover for historic reasons - do not use any more.
  1375 ! !
  1368 ! !
  1376 
  1369 
  1377 !HorizontalPanelView class methodsFor:'documentation'!
  1370 !HorizontalPanelView class methodsFor:'documentation'!
  1378 
  1371 
  1379 version
  1372 version
  1380     ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.32 1997-06-27 09:56:45 cg Exp $'
  1373     ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.33 1997-07-31 21:12:35 cg Exp $'
  1381 ! !
  1374 ! !