comment
authorClaus Gittinger <cg@exept.de>
Mon, 29 Mar 1999 17:18:19 +0200
changeset 1289 1e5661e6c1ff
parent 1288 962e32c9c471
child 1290 821cbae57c66
comment
ComboView.st
--- a/ComboView.st	Mon Mar 29 17:17:30 1999 +0200
+++ b/ComboView.st	Mon Mar 29 17:18:19 1999 +0200
@@ -489,6 +489,8 @@
 !
 
 updateEnableState
+    "the enable state has changed - pass this to my field and pullDownButton"
+
     |msg|
 
     (enableChannel isNil or:[enableChannel value]) ifTrue:[
@@ -592,5 +594,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.45 1999-03-25 15:01:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.46 1999-03-29 15:18:19 cg Exp $'
 ! !