ClickMenuView.st
changeset 205 6814c0bf8df8
parent 202 01f3cbb8e20e
child 497 072d3b8507fd
--- a/ClickMenuView.st	Thu Nov 23 18:48:50 1995 +0100
+++ b/ClickMenuView.st	Thu Nov 23 19:19:24 1995 +0100
@@ -85,10 +85,6 @@
     top add:menu1.
     top openWithExtent:(menu1 extent).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.7 1995-11-23 14:34:28 cg Exp $'
 ! !
 
 !ClickMenuView methodsFor:'event handling'!
@@ -98,3 +94,8 @@
     self selection:nil
 ! !
 
+!ClickMenuView class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.8 1995-11-23 18:16:06 cg Exp $'
+! !