PopUpListController.st
changeset 203 8a38b0b03233
parent 200 aa3e56929a5a
child 246 23feabbc76c9
--- a/PopUpListController.st	Thu Nov 23 15:37:40 1995 +0100
+++ b/PopUpListController.st	Thu Nov 23 18:46:44 1995 +0100
@@ -37,10 +37,6 @@
 "
     redefined the behavior on various keys if my view has the focus.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.4 1995-11-23 10:39:59 cg Exp $'
 ! !
 
 !PopUpListController methodsFor:'event handling'!
@@ -76,3 +72,8 @@
     view keyPress:key x:x y:y
 ! !
 
+!PopUpListController class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.5 1995-11-23 17:46:33 cg Exp $'
+! !