ButtonController.st
changeset 582 e151eeae2c9a
parent 417 3f48ca2beb7d
child 602 382d6e06cf1a
--- a/ButtonController.st	Thu Apr 25 18:33:37 1996 +0200
+++ b/ButtonController.st	Thu Apr 25 18:36:01 1996 +0200
@@ -46,20 +46,20 @@
 
     See examples in the Button class.
 
-    Instance variables:
+    [Instance variables:]
 
       enableChannel           <ValueHolder    pressing is allowed (default: true)
-			       on Boolean>    
+                               on Boolean>    
 
       pressed                 <Boolean>       true if currently pressed (read-only)
 
       entered                 <Boolean>       true if the cursor is currently in this view
 
       isTriggerOnDown         <Boolean>       controls if the action should be executed on
-					      press or on release (default: on release).
+                                              press or on release (default: on release).
 
       isToggle                <Boolean>       controls if the button should show toggle
-					      behavior (as opposed to one-shot behavior)
+                                              behavior (as opposed to one-shot behavior)
 
       pressActionBlock        <Block>         block to evaluate when pressed (default: noop)
 
@@ -74,6 +74,9 @@
       repeatBlock             <Block>         block evaluated for auto-repeat (internal)
 
       active                  <Boolean>       true during action evaluation (internal)
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -569,5 +572,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.30 1996-02-27 13:51:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.31 1996-04-25 16:35:55 cg Exp $'
 ! !