DeviceWorkstation.st
changeset 1138 4a2b3b407cae
parent 1131 a56eddec63ab
child 1168 acbd9a29bd6e
equal deleted inserted replaced
1137:6c416c419909 1138:4a2b3b407cae
  1717     ^ self subclassResponsibility
  1717     ^ self subclassResponsibility
  1718 !
  1718 !
  1719 
  1719 
  1720 gcFor:aDrawableId
  1720 gcFor:aDrawableId
  1721     "create a GC for drawing into aDrawable"
  1721     "create a GC for drawing into aDrawable"
       
  1722 
       
  1723     ^ self subclassResponsibility
       
  1724 !
       
  1725 
       
  1726 gcForBitmap:aDrawableId
       
  1727     "create a GC for drawing into a bitmap drawable"
  1722 
  1728 
  1723     ^ self subclassResponsibility
  1729     ^ self subclassResponsibility
  1724 !
  1730 !
  1725 
  1731 
  1726 realRootWindowId
  1732 realRootWindowId
  4813 ! !
  4819 ! !
  4814 
  4820 
  4815 !DeviceWorkstation class methodsFor:'documentation'!
  4821 !DeviceWorkstation class methodsFor:'documentation'!
  4816 
  4822 
  4817 version
  4823 version
  4818     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.145 1996-12-11 12:35:35 cg Exp $'
  4824     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.146 1996-12-17 19:40:06 cg Exp $'
  4819 ! !
  4825 ! !
  4820 DeviceWorkstation initialize!
  4826 DeviceWorkstation initialize!