WindowSensor.st
changeset 6503 ea594b27663e
parent 6366 b8aa19ba1519
child 6509 df0c6e43e16c
equal deleted inserted replaced
6502:6c4fe54e61f8 6503:ea594b27663e
  2466 
  2466 
  2467     "Modified: 18.1.1997 / 14:05:02 / cg"
  2467     "Modified: 18.1.1997 / 14:05:02 / cg"
  2468 !
  2468 !
  2469 
  2469 
  2470 pushAction:aBlock
  2470 pushAction:aBlock
  2471     "enqueu an action into my event queue.
  2471     "enqueue an action into my event queue.
  2472      The underlying window process will evaluate aBlock in its event loop
  2472      The underlying window process will evaluate aBlock in its event loop
  2473      (i.e. syncronously). Use this to present the result of an asyncronous background
  2473      (i.e. syncronously). Use this to present the result of an asyncronous background
  2474      computation"
  2474      computation"
  2475 
  2475 
  2476      self pushUserEvent:#value for:aBlock withArguments:#() 
  2476      self pushUserEvent:#value for:aBlock withArguments:#() 
  3251 ! !
  3251 ! !
  3252 
  3252 
  3253 !WindowSensor class methodsFor:'documentation'!
  3253 !WindowSensor class methodsFor:'documentation'!
  3254 
  3254 
  3255 version_CVS
  3255 version_CVS
  3256     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.284 2014-04-03 14:34:01 cg Exp $'
  3256     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.285 2014-06-11 09:30:29 cg Exp $'
  3257 ! !
  3257 ! !
  3258 
  3258 
  3259 
  3259 
  3260 WindowSensor initialize!
  3260 WindowSensor initialize!