tray stuff only sent to a topView
authorClaus Gittinger <cg@exept.de>
Wed, 31 Oct 2007 01:49:54 +0100
changeset 4823 3a4246ca2a32
parent 4822 f47bcabc3af7
child 4824 8c1e4838ac4a
tray stuff only sent to a topView
TopView.st
--- a/TopView.st	Wed Oct 31 01:48:08 2007 +0100
+++ b/TopView.st	Wed Oct 31 01:49:54 2007 +0100
@@ -490,7 +490,7 @@
 !TopView methodsFor:'event handling'!
 
 keyPress:key x:x y:y
-    "notice: this is going to be moved into the upcoming 
+    "notice: this ought to be moved into the upcoming 
      StandardSystemViewController."
 
     <resource: #keyboard ( #Tab 
@@ -518,19 +518,18 @@
 
     super keyPress:key x:x y:y
 
-    "Created: 1.2.1996 / 22:08:30 / cg"
-    "Modified: 9.1.1997 / 12:17:38 / cg"
+    "Created: / 01-02-1996 / 22:08:30 / cg"
+    "Modified: / 31-10-2007 / 01:48:50 / cg"
 !
 
 showActivity:someMessage
-    "some activityNotification shalt be communicated to
-     the user. 
+    "some activityNotification shalt be communicated to the user. 
      Default for activity notifications here: ignore them"
 
     ^ self
 
-    "Created: 16.12.1995 / 18:40:13 / cg"
-    "Modified: 23.4.1996 / 21:38:27 / cg"
+    "Created: / 16-12-1995 / 18:40:13 / cg"
+    "Modified: / 31-10-2007 / 01:48:33 / cg"
 ! !
 
 !TopView methodsFor:'help stubs'!
@@ -1272,7 +1271,7 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.116 2007-09-12 10:37:45 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.117 2007-10-31 00:49:54 cg Exp $'
 ! !
 
 TopView initialize!