CheckBox.st
changeset 1324 fef218a2297b
parent 1297 c7ece249c083
child 1481 f3760f102bd9
--- a/CheckBox.st	Thu Apr 22 20:48:49 1999 +0200
+++ b/CheckBox.st	Fri Apr 23 14:28:11 1999 +0200
@@ -680,7 +680,7 @@
     "Modified: / 17.9.1998 / 14:19:22 / cg"
 ! !
 
-!CheckBox methodsFor:'initialization'!
+!CheckBox methodsFor:'initialize / release'!
 
 defaultControllerClass
     ^ ToggleController
@@ -831,5 +831,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.59 1999-03-31 05:56:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.60 1999-04-23 12:28:11 cg Exp $'
 ! !