TopView.st
branchjv
changeset 9050 2d4a45974088
parent 8420 76e39223f5ab
child 9051 8fe780caeeef
equal deleted inserted replaced
9049:d0233524dfd8 9050:2d4a45974088
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     3  COPYRIGHT (c) 2018 Jan Vrany
     5  COPYRIGHT (c) 2018 Jan Vrany
     4 	      All Rights Reserved
     6 	      All Rights Reserved
     5 
     7 
   605 
   607 
   606     "Created: / 01-02-1996 / 22:08:30 / cg"
   608     "Created: / 01-02-1996 / 22:08:30 / cg"
   607     "Modified: / 31-10-2007 / 01:48:50 / cg"
   609     "Modified: / 31-10-2007 / 01:48:50 / cg"
   608 !
   610 !
   609 
   611 
       
   612 processOutsideButtonEventWhileModal:anEvent
       
   613     "a button event (press/release) arrived for another view,
       
   614      while I (a topView) am open as modal view.
       
   615      Can be redefined to react on clicks outside (eg. CriticsWindow);
       
   616      if handled, the redefining method should return true.
       
   617      If not handled, it should return false."
       
   618 
       
   619     ^ false
       
   620 !
       
   621 
   610 showActivity:someMessage
   622 showActivity:someMessage
   611     "some activityNotification shalt be communicated to the user.
   623     "some activityNotification shalt be communicated to the user.
   612      Default for activity notifications here: ignore them"
   624      Default for activity notifications here: ignore them"
   613 
   625 
   614     ^ self
   626     ^ self