TopView.st
branchjv
changeset 9050 2d4a45974088
parent 8420 76e39223f5ab
child 9051 8fe780caeeef
--- a/TopView.st	Mon Dec 21 20:55:31 2020 +0000
+++ b/TopView.st	Thu Dec 12 14:16:38 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
  COPYRIGHT (c) 2018 Jan Vrany
@@ -607,6 +609,16 @@
     "Modified: / 31-10-2007 / 01:48:50 / cg"
 !
 
+processOutsideButtonEventWhileModal:anEvent
+    "a button event (press/release) arrived for another view,
+     while I (a topView) am open as modal view.
+     Can be redefined to react on clicks outside (eg. CriticsWindow);
+     if handled, the redefining method should return true.
+     If not handled, it should return false."
+
+    ^ false
+!
+
 showActivity:someMessage
     "some activityNotification shalt be communicated to the user.
      Default for activity notifications here: ignore them"