VerticalPanelView.st
changeset 2370 d118a160afbe
parent 2305 f2850e54b0ab
child 2387 c589e85a4f43
--- a/VerticalPanelView.st	Fri May 18 00:33:49 2001 +0200
+++ b/VerticalPanelView.st	Fri May 18 00:43:22 2001 +0200
@@ -641,6 +641,8 @@
      leftover for historic reasons - do not use any more.
      In the meantime, try to figure out what is meant ... a kludge"
 
+    <resource:#obsolete>
+
     something isLayout ifTrue:[^ super layout:something].
 
     self obsoleteMethodWarning:'use #verticalLayout:'.
@@ -1057,5 +1059,5 @@
 !VerticalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.37 2000-11-08 09:16:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.38 2001-05-17 22:43:22 stefan Exp $'
 ! !