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 / CyberOpenerPartExtension


GetWindow

Retrieves the window of this opener part.

ODWindow GetWindow ();
return value
The opener part's window if the opener part is the root part; otherwise, kODNULL.
DISCUSSION
You call this method to retrieve an opener part's window. If you are developing a Cyberdog item or a Cyberdog display part, you should call this method to determine the screen position and the window layer at which to open new windows.

If you subclass CyberOpenerPartExtension, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996