finally removed #layout - you had enough time to convert.
authorClaus Gittinger <cg@exept.de>
Thu, 31 Jul 1997 23:12:50 +0200
changeset 1291 03ed7c44f194
parent 1290 d87b6c35c3ae
child 1292 ca4c9a957a32
finally removed #layout - you had enough time to convert.
FramedBox.st
HPanelV.st
HorizontalPanelView.st
Label.st
VPanelV.st
VerticalPanelView.st
--- a/FramedBox.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/FramedBox.st	Thu Jul 31 23:12:50 1997 +0200
@@ -399,13 +399,6 @@
     "Modified: 8.2.1997 / 15:20:11 / cg"
 !
 
-layout
-    "OBSOLETE compatibility interface. Will vanish"
-
-    self obsoleteMethodWarning:'use #labelPosition'.
-    ^ labelPosition
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      In the meantime, try to figure out what is meant ... a kludge"
@@ -722,5 +715,5 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.34 1997-02-28 20:28:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.35 1997-07-31 21:12:50 cg Exp $'
 ! !
--- a/HPanelV.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/HPanelV.st	Thu Jul 31 23:12:50 1997 +0200
@@ -971,13 +971,6 @@
     "Modified: 26.3.1997 / 15:41:16 / cg"
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #horizontalLayout'.
-    ^ self horizontalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -1377,5 +1370,5 @@
 !HorizontalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HPanelV.st,v 1.32 1997-06-27 09:56:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HPanelV.st,v 1.33 1997-07-31 21:12:35 cg Exp $'
 ! !
--- a/HorizontalPanelView.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/HorizontalPanelView.st	Thu Jul 31 23:12:50 1997 +0200
@@ -971,13 +971,6 @@
     "Modified: 26.3.1997 / 15:41:16 / cg"
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #horizontalLayout'.
-    ^ self horizontalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -1377,5 +1370,5 @@
 !HorizontalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.32 1997-06-27 09:56:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.33 1997-07-31 21:12:35 cg Exp $'
 ! !
--- a/Label.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/Label.st	Thu Jul 31 23:12:50 1997 +0200
@@ -1095,16 +1095,6 @@
     self newLayout
 !
 
-layout
-    "for protocol compatibility: alias for #adjust.
-     Please use #adjust, since #layout conflicts with a method
-     in VW (which has a completely different meaning).
-     In future versions of ST/X, #layout will behave the VW way."
-
-    self obsoleteMethodWarning:'use #adjust'.
-    ^ self adjust
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      for protocol compatibility: alias for #adjust:.
@@ -1674,5 +1664,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.80 1997-07-28 10:23:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.81 1997-07-31 21:12:17 cg Exp $'
 ! !
--- a/VPanelV.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/VPanelV.st	Thu Jul 31 23:12:50 1997 +0200
@@ -583,13 +583,6 @@
     ]
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #verticalLayout'.
-    ^ self verticalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -963,5 +956,5 @@
 !VerticalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/VPanelV.st,v 1.30 1997-06-27 09:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/VPanelV.st,v 1.31 1997-07-31 21:11:52 cg Exp $'
 ! !
--- a/VerticalPanelView.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/VerticalPanelView.st	Thu Jul 31 23:12:50 1997 +0200
@@ -583,13 +583,6 @@
     ]
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #verticalLayout'.
-    ^ self verticalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -963,5 +956,5 @@
 !VerticalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.30 1997-06-27 09:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.31 1997-07-31 21:11:52 cg Exp $'
 ! !