WindowSensor.st
changeset 5001 2f7a3b0eea9f
parent 4987 8bb9bab0a63c
child 5002 7a1fb85e25b2
equal deleted inserted replaced
5000:e0ec909988e9 5001:2f7a3b0eea9f
  1364     ].
  1364     ].
  1365 
  1365 
  1366     self pushDamageEvent:(WindowEvent configureX:x y:y width:w height:h view:aView).
  1366     self pushDamageEvent:(WindowEvent configureX:x y:y width:w height:h view:aView).
  1367 
  1367 
  1368     "Modified: / 29.4.1999 / 10:06:47 / cg"
  1368     "Modified: / 29.4.1999 / 10:06:47 / cg"
       
  1369 !
       
  1370 
       
  1371 copyDataEvent:type eventData:data view:aView
       
  1372     "some other data sent to a view.
       
  1373      This is a Win32-specific event."
       
  1374 
       
  1375     self pushEvent:(WindowEvent copyDataEvent:type eventData:data view:aView).
  1369 !
  1376 !
  1370 
  1377 
  1371 coveredBy:coveringSiblingView view:coveredView
  1378 coveredBy:coveringSiblingView view:coveredView
  1372     "aView was covered by one of its siblings - this is sent from the device (Display)"
  1379     "aView was covered by one of its siblings - this is sent from the device (Display)"
  1373 
  1380 
  3282 ! !
  3289 ! !
  3283 
  3290 
  3284 !WindowSensor class methodsFor:'documentation'!
  3291 !WindowSensor class methodsFor:'documentation'!
  3285 
  3292 
  3286 version
  3293 version
  3287     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.251 2008-07-09 12:20:10 fm Exp $'
  3294     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.252 2008-07-22 15:32:33 cg Exp $'
  3288 ! !
  3295 ! !
  3289 
  3296 
  3290 WindowSensor initialize!
  3297 WindowSensor initialize!