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


AcquireContainingNavigatorPart

Acquires a frame's containing navigator.

ODPart AcquireContainingNavigatorPart (in ODFrame frame);
frame
The frame where the search for a containing navigator begins.
return value
A reference to the navigator that contains the frame, if one exists; otherwise, kODNULL.
DISCUSSION
You call this method to retrieve a frame's containing navigator part, if one exists. This method traverses the frame hierarchy until it finds the navigator.

This method increments the reference count of the ODPart object that it returns; the caller is responsible for calling the ODPart object's Release method.

Do not subclass this class.

SEE ALSO
The IsContainedInRootNavigatorPart method (page 366).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996