#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Thu, 30 Jan 2020 10:03:03 +0100
changeset 8982 1f492020bc7d
parent 8981 8f1a72e0ae1d
child 8983 95db637a39e0
#FEATURE by exept class: SimpleView added: #actionAt:
SimpleView.st
--- a/SimpleView.st	Thu Jan 30 04:27:33 2020 +0000
+++ b/SimpleView.st	Thu Jan 30 10:03:03 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1707,6 +1705,15 @@
 
 !SimpleView methodsFor:'accessing'!
 
+actionAt:aPoint
+    "if aPoint is over a clickable (anchor-) link, return its action.
+     Otherwise, return nil.
+     The action will be something responding to #value;
+     i.e. a block or Explainer::ActionWithInfo or similar"
+
+    ^ nil
+!
+
 client:anApplicationModel
     "release existing components and generate new components from
      the applications windowSpec.