checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 22 Jul 1996 10:56:41 +0200
changeset 802 332e7013a9f5
parent 801 ade5b041aeeb
child 803 0719c7f6a019
checkin from browser
HVScrView.st
HVScrollableView.st
--- a/HVScrView.st	Sat Jul 20 13:12:36 1996 +0200
+++ b/HVScrView.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/Attic/HVScrView.st,v 1.18 1996-05-29 10:20:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/HVScrView.st,v 1.19 1996-07-22 08:56:41 cg Exp $'
 ! !
--- 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 $'
 ! !