DeviceWorkstation.st
changeset 2756 d2daf1434a84
parent 2749 9052311a0bc1
child 2789 8d1b3f99d990
equal deleted inserted replaced
2755:ff1854ac742d 2756:d2daf1434a84
  6084     "Modified: 4.4.1997 / 19:07:55 / cg"
  6084     "Modified: 4.4.1997 / 19:07:55 / cg"
  6085 ! !
  6085 ! !
  6086 
  6086 
  6087 !DeviceWorkstation methodsFor:'window stuff'!
  6087 !DeviceWorkstation methodsFor:'window stuff'!
  6088 
  6088 
       
  6089 activateWindow:aWindowId
       
  6090     "make a window active.
       
  6091      Noop here"
       
  6092 
       
  6093     "Created: / 5.6.1999 / 22:07:08 / cg"
       
  6094 !
       
  6095 
  6089 clearRectangleX:x y:y width:width height:height in:aWindowId
  6096 clearRectangleX:x y:y width:width height:height in:aWindowId
  6090     "clear a rectangular area of a window to its view background"
  6097     "clear a rectangular area of a window to its view background"
  6091 
  6098 
  6092     "/ mhmh - should not be needed
  6099     "/ mhmh - should not be needed
  6093     ^ self subclassResponsibility
  6100     ^ self subclassResponsibility
  6406 ! !
  6413 ! !
  6407 
  6414 
  6408 !DeviceWorkstation class methodsFor:'documentation'!
  6415 !DeviceWorkstation class methodsFor:'documentation'!
  6409 
  6416 
  6410 version
  6417 version
  6411     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.300 1999-06-01 18:52:48 cg Exp $'
  6418     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.301 1999-06-05 20:09:22 cg Exp $'
  6412 ! !
  6419 ! !
  6413 DeviceWorkstation initialize!
  6420 DeviceWorkstation initialize!