HScrBar.st
changeset 786 8b301af1cdcc
parent 762 832730063164
child 797 2f9cd56f48ee
--- a/HScrBar.st	Mon Jul 15 09:11:26 1996 +0200
+++ b/HScrBar.st	Mon Jul 15 12:09:19 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Views-Interactors'
 !
 
-!HorizontalScrollBar class methodsFor:'documentation'!
+!HorizontalScrollBar  class methodsFor:'documentation'!
 
 copyright
 "
@@ -297,13 +297,14 @@
             w := w + 4
         ].
     ].
-    ^ w @ h.
+    preferredExtent := w @ h.
+    ^ preferredExtent.
 
-    "Modified: 12.6.1996 / 14:57:26 / cg"
+    "Modified: 15.7.1996 / 09:56:56 / cg"
 ! !
 
-!HorizontalScrollBar class methodsFor:'documentation'!
+!HorizontalScrollBar  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HScrBar.st,v 1.20 1996-06-12 12:57:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HScrBar.st,v 1.21 1996-07-15 10:09:19 cg Exp $'
 ! !