![]() |
Scrap Flavor Flag Constants |
Header: Scrap.h |
Describe the aspects of a scrap flavor.
enum { kScrapFlavorMaskNone = , kScrapFlavorMaskSenderOnly = 1, kScrapFlavorMaskTranslated = 2 };
No flavors in the scrap.
The flavor is intended to be visible to the sender only. This is typically used to save a private flavor into the scrap so that other public promised flavors can be derived from it on demand.
The flavor has been translated (or will be translated when the promise is kept), either by the sender or the Translation Manager.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)