DeviceWorkstation.st
changeset 1961 5e75ffd7a09c
parent 1957 631446af1f9d
child 1968 f632cb14733b
equal deleted inserted replaced
1960:aa9ef6e21f15 1961:5e75ffd7a09c
  2078 
  2078 
  2079     ^ self subclassResponsibility
  2079     ^ self subclassResponsibility
  2080 !
  2080 !
  2081 
  2081 
  2082 createWindowFor:aView type:typeSymbol origin:org extent:ext minExtent:minE maxExtent:maxE borderWidth:bw subViewOf:sv style:styleSymbol inputOnly:inp label:label cursor:curs icon:icn iconMask:icnM iconView:icnV
  2082 createWindowFor:aView type:typeSymbol origin:org extent:ext minExtent:minE maxExtent:maxE borderWidth:bw subViewOf:sv style:styleSymbol inputOnly:inp label:label cursor:curs icon:icn iconMask:icnM iconView:icnV
       
  2083     "must be implemented by a concrete class"
       
  2084 
       
  2085     ^ self subclassResponsibility
       
  2086 !
       
  2087 
       
  2088 createWindowFor:aView type:typeSymbol origin:org extent:ext 
       
  2089         minExtent:minE maxExtent:maxE borderWidth:bw subViewOf:sv 
       
  2090         style:styleSymbol inputOnly:inp 
       
  2091         label:label owner:owner 
       
  2092         icon:icn iconMask:icnM iconView:icnV
  2083     "must be implemented by a concrete class"
  2093     "must be implemented by a concrete class"
  2084 
  2094 
  2085     ^ self subclassResponsibility
  2095     ^ self subclassResponsibility
  2086 !
  2096 !
  2087 
  2097 
  5798 ! !
  5808 ! !
  5799 
  5809 
  5800 !DeviceWorkstation class methodsFor:'documentation'!
  5810 !DeviceWorkstation class methodsFor:'documentation'!
  5801 
  5811 
  5802 version
  5812 version
  5803     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.243 1997-11-15 18:15:21 cg Exp $'
  5813     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.244 1997-11-21 13:00:33 cg Exp $'
  5804 ! !
  5814 ! !
  5805 DeviceWorkstation initialize!
  5815 DeviceWorkstation initialize!