DeviceWorkstation.st
changeset 2749 9052311a0bc1
parent 2744 7129de2192f7
child 2756 d2daf1434a84
equal deleted inserted replaced
2748:e6bfd7044881 2749:9052311a0bc1
  1866 
  1866 
  1867     ^ false
  1867     ^ false
  1868 
  1868 
  1869     "Created: / 4.5.1999 / 12:16:18 / cg"
  1869     "Created: / 4.5.1999 / 12:16:18 / cg"
  1870     "Modified: / 4.5.1999 / 12:58:04 / cg"
  1870     "Modified: / 4.5.1999 / 12:58:04 / cg"
       
  1871 !
       
  1872 
       
  1873 supportsRoundShapedViews
       
  1874     "return true, if this workstation supports round shaped
       
  1875      (elliptical & circular) windows.
       
  1876      Should be reimplemented in concrete classes which do support this."
       
  1877 
       
  1878     ^ false
       
  1879 
       
  1880     "
       
  1881      Display supportsRoundShapedViews 
       
  1882     "
  1871 !
  1883 !
  1872 
  1884 
  1873 supportsViewBackgroundPixmap:aForm
  1885 supportsViewBackgroundPixmap:aForm
  1874     "return true, if the device allows the given pixmap as
  1886     "return true, if the device allows the given pixmap as
  1875      viewBackground. If false is returned,
  1887      viewBackground. If false is returned,
  6394 ! !
  6406 ! !
  6395 
  6407 
  6396 !DeviceWorkstation class methodsFor:'documentation'!
  6408 !DeviceWorkstation class methodsFor:'documentation'!
  6397 
  6409 
  6398 version
  6410 version
  6399     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.299 1999-05-27 12:21:35 cg Exp $'
  6411     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.300 1999-06-01 18:52:48 cg Exp $'
  6400 ! !
  6412 ! !
  6401 DeviceWorkstation initialize!
  6413 DeviceWorkstation initialize!