![]() |
CompositeIconRef |
||||
Header: | Icons.h | Carbon status: | Supported | |
Superimposes one IconRef onto another.
OSErr CompositeIconRef ( IconRef backgroundIconRef, IconRef foregroundIconRef, IconRef *compositeIconRef );
A value to use as the background for the composite IconRef.
A value to use as the foregound for the composite IconRef.
On completion, this points to an IconRef that is a composite of the specified background and foreground IconRefs.
A result code.
This function provides an alternative to badging when you need to indicate a change of state.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)