checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 03 Mar 1997 10:59:52 +0100
changeset 1091 0a995cb78516
parent 1090 7502d5fe65b5
child 1092 ccd72fe62ef5
checkin from browser
ButtonC.st
ButtonController.st
--- a/ButtonC.st	Sun Mar 02 11:42:43 1997 +0100
+++ b/ButtonC.st	Mon Mar 03 10:59:52 1997 +0100
@@ -460,9 +460,10 @@
 enableStateChange
     "this is sent, whenever the enable value has changed"
 
-    view notNil ifTrue:[view enableStateChangeRedraw]
+    view notNil ifTrue:[view redraw]
 
     "Modified: 17.9.1995 / 19:55:52 / claus"
+    "Modified: 3.3.1997 / 10:52:22 / cg"
 !
 
 keyPress:key x:x y:y
@@ -639,5 +640,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.40 1997-02-25 23:51:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ButtonC.st,v 1.41 1997-03-03 09:59:52 cg Exp $'
 ! !
--- a/ButtonController.st	Sun Mar 02 11:42:43 1997 +0100
+++ b/ButtonController.st	Mon Mar 03 10:59:52 1997 +0100
@@ -460,9 +460,10 @@
 enableStateChange
     "this is sent, whenever the enable value has changed"
 
-    view notNil ifTrue:[view enableStateChangeRedraw]
+    view notNil ifTrue:[view redraw]
 
     "Modified: 17.9.1995 / 19:55:52 / claus"
+    "Modified: 3.3.1997 / 10:52:22 / cg"
 !
 
 keyPress:key x:x y:y
@@ -639,5 +640,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.40 1997-02-25 23:51:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.41 1997-03-03 09:59:52 cg Exp $'
 ! !