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


IsNotebookWindowShown

Tests whether this notebook's window is currently displayed.

ODBoolean IsNotebookWindowShown ();
return value
kODTrue if the notebook's window is displayed; otherwise, kODFalse.
DISCUSSION
This method should determine whether the notebook's window is currently displayed. You should not call this method directly; to determine whether the notebook window is displayed, you should call CyberSession::IsNotebookWindowShown, which calls this method.

If you subclass CyberNotebookExtension, you must override this method. Your override must call its inherited method.

SEE ALSO
The ShowNotebookWindow method (page 268).
The CyberSession::IsNotebookWindowShown method (page 368).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996