DeviceWorkstation.st
changeset 1957 631446af1f9d
parent 1926 e0966ecc8766
child 1961 5e75ffd7a09c
equal deleted inserted replaced
1956:d15780bd1b47 1957:631446af1f9d
  1693 
  1693 
  1694 supportsGLDrawing
  1694 supportsGLDrawing
  1695     "return true, if this device supports 3D GL drawing.
  1695     "return true, if this device supports 3D GL drawing.
  1696      We do not depend on that being implemented."
  1696      We do not depend on that being implemented."
  1697 
  1697 
  1698     "This method should to be reimplemented in concrete display classes."
  1698     "This method should be reimplemented in concrete display classes."
  1699     ^ false
  1699     ^ false
  1700 
  1700 
  1701     "
  1701     "
  1702      Display supportsGLDrawing 
  1702      Display supportsGLDrawing 
  1703     "
  1703     "
  5798 ! !
  5798 ! !
  5799 
  5799 
  5800 !DeviceWorkstation class methodsFor:'documentation'!
  5800 !DeviceWorkstation class methodsFor:'documentation'!
  5801 
  5801 
  5802 version
  5802 version
  5803     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.242 1997-10-15 17:44:08 cg Exp $'
  5803     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.243 1997-11-15 18:15:21 cg Exp $'
  5804 ! !
  5804 ! !
  5805 DeviceWorkstation initialize!
  5805 DeviceWorkstation initialize!