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


IsLogWindowShown

Tests whether the log window is currently displayed.

ODBoolean IsLogWindowShown ();
return value
kODTrue if the log window is displayed; otherwise, kODFalse.
DISCUSSION
You call this method when you need to determine whether the log window is displayed. This method calls the log extension's IsLogWindowShown method.

Do not subclass this class.

SEE ALSO
The ShowLogWindow method (page 377).
The CyberLogExtension::IsLogWindowShown method (page 253).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996