comments
authorClaus Gittinger <cg@exept.de>
Tue, 30 Apr 1996 15:12:29 +0200
changeset 602 382d6e06cf1a
parent 601 2ec9efffff79
child 603 9760b8c7f5de
comments
Button.st
ButtonC.st
ButtonController.st
--- a/Button.st	Tue Apr 30 15:10:31 1996 +0200
+++ b/Button.st	Tue Apr 30 15:12:29 1996 +0200
@@ -1031,9 +1031,11 @@
 !
 
 enableChannel
-    "return the valueHolder used for enable/disable"
+    "return a valueHolder for enable/disable"
 
     ^ controller enableChannel
+
+    "Modified: 30.4.1996 / 15:09:42 / cg"
 !
 
 enableChannel:aValueHolderForBoolean
@@ -1982,5 +1984,5 @@
 !Button class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.55 1996-04-27 18:17:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Button.st,v 1.56 1996-04-30 13:12:06 cg Exp $'
 ! !
--- a/ButtonC.st	Tue Apr 30 15:10:31 1996 +0200
+++ b/ButtonC.st	Tue Apr 30 15:12:29 1996 +0200
@@ -212,10 +212,11 @@
 !ButtonController methodsFor:'accessing-channels'!
 
 enableChannel
-    "return the valueHolder which holdes the enable
-     boolean value"
+    "return the valueHolder holding the enable boolean value"
 
     ^ enableChannel
+
+    "Modified: 30.4.1996 / 15:09:30 / cg"
 !
 
 enableChannel:aValueHolder
@@ -572,5 +573,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.31 1996-04-25 16:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.32 1996-04-30 13:12:29 cg Exp $'
 ! !
--- a/ButtonController.st	Tue Apr 30 15:10:31 1996 +0200
+++ b/ButtonController.st	Tue Apr 30 15:12:29 1996 +0200
@@ -212,10 +212,11 @@
 !ButtonController methodsFor:'accessing-channels'!
 
 enableChannel
-    "return the valueHolder which holdes the enable
-     boolean value"
+    "return the valueHolder holding the enable boolean value"
 
     ^ enableChannel
+
+    "Modified: 30.4.1996 / 15:09:30 / cg"
 !
 
 enableChannel:aValueHolder
@@ -572,5 +573,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.31 1996-04-25 16:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.32 1996-04-30 13:12:29 cg Exp $'
 ! !