Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


FindCyberItemWindow

Retrieves the window that displays a Cyberdog item.

ODWindow FindCyberItemWindow (in CyberItem item);
item
The CyberItem object for this operation.
return value
The window that displays the Cyberdog item; otherwise, kODNULL.
DISCUSSION
This method traverses the window list, looking for each window whose root is a Cyberdog display part. This method calls each display part's GetCyberItemWindow method until it finds the display part that is displaying the content referenced by the specified Cyberdog item.

Do not subclass this class.

SEE ALSO
The SelectCyberItemWindow method (page 373).
The CyberItem::Compare method (page 230).
The CyberPartExtension::GetCyberItemWindow method (page 286).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996