PopUpListController.st
changeset 200 aa3e56929a5a
parent 174 d80a6cc3f9b2
child 203 8a38b0b03233
--- a/PopUpListController.st	Thu Nov 23 11:37:10 1995 +0100
+++ b/PopUpListController.st	Thu Nov 23 11:42:48 1995 +0100
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.6 on 4-aug-1995 at 1:24:43 am'                  !
-
 ButtonController subclass:#PopUpListController
 	 instanceVariableNames:''
 	 classVariableNames:''
@@ -35,14 +33,14 @@
 "
 !
 
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.3 1995-11-11 16:22:08 cg Exp $'
-!
-
 documentation
 "
     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'!
@@ -77,3 +75,4 @@
     ].
     view keyPress:key x:x y:y
 ! !
+