RadioButtonController.st
changeset 203 8a38b0b03233
parent 200 aa3e56929a5a
child 582 e151eeae2c9a
--- a/RadioButtonController.st	Thu Nov 23 15:37:40 1995 +0100
+++ b/RadioButtonController.st	Thu Nov 23 18:46:44 1995 +0100
@@ -45,10 +45,6 @@
     You can place both toggles (for 'zero-or-one-on' behavior) or
     radiobuttons (for 'one-on' behavior) into a buttongroup.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonController.st,v 1.5 1995-11-23 10:40:10 cg Exp $'
 ! !
 
 !RadioButtonController methodsFor:'event handling'!
@@ -62,3 +58,8 @@
     ]
 ! !
 
+!RadioButtonController class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonController.st,v 1.6 1995-11-23 17:46:29 cg Exp $'
+! !