ArrButton.st
changeset 959 331da6bc19ec
parent 926 279927abd911
child 966 824e0ecc0e6f
--- a/ArrButton.st	Fri Jan 17 23:24:42 1997 +0100
+++ b/ArrButton.st	Fri Jan 17 23:27:31 1997 +0100
@@ -187,7 +187,7 @@
 !ArrowButton class methodsFor:'defaults'!
 
 downArrowButtonForm:style on:aDevice
-    "retun the form used for the scrollDown Button"
+    "return the form used for the scrollDown Button"
 
     <resource: #style (#arrowButtonDownForm)>
 
@@ -275,11 +275,11 @@
 
     ^ form
 
-    "Modified: 10.1.1997 / 15:15:11 / cg"
+    "Modified: 17.1.1997 / 23:15:17 / cg"
 !
 
 leftArrowButtonForm:style on:aDevice
-    "retun the form used for the scrollLeft Button"
+    "return the form used for the scrollLeft Button"
 
     <resource: #style (#arrowButtonLeftForm)>
 
@@ -367,11 +367,11 @@
 
     ^ form
 
-    "Modified: 10.1.1997 / 15:15:16 / cg"
+    "Modified: 17.1.1997 / 23:15:14 / cg"
 !
 
 rightArrowButtonForm:style on:aDevice
-    "retun the form used for the scrollRight Button"
+    "return the form used for the scrollRight Button"
 
     <resource: #style (#arrowButtonRightForm)>
 
@@ -459,7 +459,7 @@
 
     ^ form
 
-    "Modified: 10.1.1997 / 15:15:18 / cg"
+    "Modified: 17.1.1997 / 23:15:20 / cg"
 !
 
 upArrowButtonForm:style on:aDevice
@@ -783,5 +783,5 @@
 !ArrowButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ArrButton.st,v 1.33 1997-01-10 15:17:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ArrButton.st,v 1.34 1997-01-17 22:26:49 cg Exp $'
 ! !