DeviceWorkstation.st
changeset 690 5d92028522f6
parent 689 8029a9904a6b
child 700 0b62c54f0391
equal deleted inserted replaced
689:8029a9904a6b 690:5d92028522f6
  1032      Display hasXVideo 
  1032      Display hasXVideo 
  1033     "
  1033     "
  1034 !
  1034 !
  1035 
  1035 
  1036 iconSizes
  1036 iconSizes
  1037     "Get the preferrer icon sizes. These are typically set by the window manager.
  1037     "Get the supported icon sizes. These are typically set by the window manager.
  1038      We return nil here (as if there are no special size preferences)."
  1038      We return nil here (as if there are no special size preferences)."
  1039 
  1039 
  1040     ^ nil
  1040     ^ nil
  1041 
  1041 
  1042     "Created: 2.1.1996 / 15:08:16 / cg"
  1042     "Created: 2.1.1996 / 15:08:16 / cg"
  1043     "Modified: 2.1.1996 / 15:09:06 / cg"
  1043     "Modified: 7.5.1996 / 10:43:38 / cg"
  1044 !
  1044 !
  1045 
  1045 
  1046 ignoreBackingStore:aBoolean
  1046 ignoreBackingStore:aBoolean
  1047     "if the argument is true, the views backingStore setting will be ignored, and
  1047     "if the argument is true, the views backingStore setting will be ignored, and
  1048      no backing store used - this can be used on servers where backing store is
  1048      no backing store used - this can be used on servers where backing store is
  4110 ! !
  4110 ! !
  4111 
  4111 
  4112 !DeviceWorkstation class methodsFor:'documentation'!
  4112 !DeviceWorkstation class methodsFor:'documentation'!
  4113 
  4113 
  4114 version
  4114 version
  4115     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.89 1996-05-16 09:31:56 cg Exp $'
  4115     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.90 1996-05-16 10:31:04 cg Exp $'
  4116 ! !
  4116 ! !
  4117 DeviceWorkstation initialize!
  4117 DeviceWorkstation initialize!