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


ShowLogWindow

Displays the log window.

void ShowLogWindow ();
DISCUSSION
This method should display the log window if it is not already displayed. You should not call this method directly; to show the log window, you should call CyberSession::ShowLogWindow, which calls this method.

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

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


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996