WindowSensor.st
branchdelegated_gc_jv
changeset 6800 f4acb46ba42e
parent 6616 9dad6d1245cc
parent 6754 e5fad431c0b8
child 6801 f08006a3c9fe
equal deleted inserted replaced
6731:24e7fa5e7f72 6800:f4acb46ba42e
   217     [see also:]
   217     [see also:]
   218         WindowGroup 
   218         WindowGroup 
   219         WindowEvent KeyboardMap KeyboardForwarder EventListener
   219         WindowEvent KeyboardMap KeyboardForwarder EventListener
   220         GraphicsDevice DeviceWorkstation View
   220         GraphicsDevice DeviceWorkstation View
   221 "
   221 "
       
   222 !
       
   223 
       
   224 version_CVS
       
   225     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.284.2.2 2015-01-29 09:54:04 stefan Exp $'
   222 ! !
   226 ! !
   223 
   227 
   224 !WindowSensor class methodsFor:'initialization'!
   228 !WindowSensor class methodsFor:'initialization'!
   225 
   229 
   226 initialize
   230 initialize
  3266     ].
  3270     ].
  3267 
  3271 
  3268     "Modified: 10.2.1997 / 13:30:43 / cg"
  3272     "Modified: 10.2.1997 / 13:30:43 / cg"
  3269 ! !
  3273 ! !
  3270 
  3274 
  3271 !WindowSensor class methodsFor:'documentation'!
       
  3272 
       
  3273 version_CVS
       
  3274     ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.289 2014-11-14 14:46:11 cg Exp $'
       
  3275 ! !
       
  3276 
       
  3277 
  3275 
  3278 WindowSensor initialize!
  3276 WindowSensor initialize!