HVScrollableView.st
changeset 802 332e7013a9f5
parent 713 0c38ad51016d
child 814 5b80bc44f52b
--- a/HVScrollableView.st	Sat Jul 20 13:12:36 1996 +0200
+++ b/HVScrollableView.st	Mon Jul 22 10:56:41 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Views-Basic'
 !
 
-!HVScrollableView class methodsFor:'documentation'!
+!HVScrollableView  class methodsFor:'documentation'!
 
 copyright
 "
@@ -271,6 +271,8 @@
 
     |pref m2|
 
+    "/ If I have an explicit preferredExtent ..
+
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
     ].
@@ -284,7 +286,7 @@
     ].
     ^ super preferredExtent.
 
-    "Modified: 29.5.1996 / 12:12:36 / cg"
+    "Modified: 19.7.1996 / 20:44:16 / cg"
 !
 
 preferredExtentForLines:numLines cols:numCols
@@ -305,8 +307,8 @@
     "Created: 24.5.1996 / 17:15:43 / cg"
 ! !
 
-!HVScrollableView class methodsFor:'documentation'!
+!HVScrollableView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.18 1996-05-29 10:20:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.19 1996-07-22 08:56:41 cg Exp $'
 ! !