diff -r 128cddddf1a2 -r 8029a9904a6b DeviceWorkstation.st --- a/DeviceWorkstation.st Tue May 14 12:02:28 1996 +0200 +++ b/DeviceWorkstation.st Thu May 16 11:31:56 1996 +0200 @@ -1102,6 +1102,16 @@ " ! +preferredIconSize + "Get the preferrered icon size. These are typically set by the window manager. + We return nil here (as if there are no special size preferences)." + + ^ nil + + "Modified: 2.1.1996 / 15:09:06 / cg" + "Created: 7.5.1996 / 10:43:32 / cg" +! + supportedImageFormats "return an array with supported image formats; each array entry is another array, consisting of depth and bitsPerPixel values. @@ -4102,6 +4112,6 @@ !DeviceWorkstation class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.88 1996-05-08 20:02:35 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.89 1996-05-16 09:31:56 cg Exp $' ! ! DeviceWorkstation initialize!