DeviceWorkstation.st
changeset 2712 641bad954139
parent 2699 01594e76fc92
child 2716 b295e9763c24
equal deleted inserted replaced
2711:11b5c243693c 2712:641bad954139
  5628 
  5628 
  5629     "Created: 19.3.1997 / 13:43:04 / cg"
  5629     "Created: 19.3.1997 / 13:43:04 / cg"
  5630     "Modified: 19.3.1997 / 13:43:42 / cg"
  5630     "Modified: 19.3.1997 / 13:43:42 / cg"
  5631 !
  5631 !
  5632 
  5632 
  5633 getPixelX:x y:y from:aDrawableId
  5633 getPixelX:x y:y from:aDrawableId with:gcId
  5634     "return the pixel value at x/y"
  5634     "return the pixel value at x/y"
  5635 
  5635 
  5636     ^ self subclassResponsibility
  5636     ^ self subclassResponsibility
       
  5637 
       
  5638     "Created: / 22.5.1999 / 01:40:42 / cg"
  5637 ! !
  5639 ! !
  5638 
  5640 
  5639 !DeviceWorkstation methodsFor:'selections'!
  5641 !DeviceWorkstation methodsFor:'selections'!
  5640 
  5642 
  5641 clipBoardEncoding
  5643 clipBoardEncoding
  6365 ! !
  6367 ! !
  6366 
  6368 
  6367 !DeviceWorkstation class methodsFor:'documentation'!
  6369 !DeviceWorkstation class methodsFor:'documentation'!
  6368 
  6370 
  6369 version
  6371 version
  6370     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.294 1999-05-21 11:21:51 cg Exp $'
  6372     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.295 1999-05-21 23:45:53 cg Exp $'
  6371 ! !
  6373 ! !
  6372 DeviceWorkstation initialize!
  6374 DeviceWorkstation initialize!