Method.st
changeset 17173 e8fd5eb30331
parent 17159 09ed151b3ea5
child 17175 9b51d2509e65
--- a/Method.st	Tue Dec 02 13:38:09 2014 +0100
+++ b/Method.st	Tue Dec 02 17:29:06 2014 +0100
@@ -986,6 +986,7 @@
     "Modified (format): / 18-11-2011 / 14:47:06 / cg"
 ! !
 
+
 !Method methodsFor:'accessing-visibility'!
 
 isIgnored
@@ -2735,6 +2736,12 @@
     "
      (Method compiledMethodAt:#printOn:) messagesSent
      (Point compiledMethodAt:#x:) messagesSent
+
+     (WindowEvent class compiledMethodAt:#focusInView:) messagesSent  
+     (WindowEvent class compiledMethodAt:#focusInView:) messagesPossiblySent  
+
+     (Method compiledMethodAt:#messagesPossiblySent) messagesSent  
+     (Method compiledMethodAt:#messagesPossiblySent) messagesPossiblySent 
     "
 !
 
@@ -3608,6 +3615,7 @@
     "Created: / 23-07-2012 / 11:16:36 / cg"
 ! !
 
+
 !Method methodsFor:'source management'!
 
 revisionInfo
@@ -3855,11 +3863,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.442 2014-11-28 16:11:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.443 2014-12-02 16:29:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.442 2014-11-28 16:11:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.443 2014-12-02 16:29:06 cg Exp $'
 !
 
 version_SVN