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


ClearLogFinger

Clears the log finger from a Cyberdog item.

void ClearLogFinger (in CyberItem item);
item
The CyberItem object to be cleared.
DISCUSSION
You call this method to remove the finger from an item in the log. This method calls the log part extension's ClearLogFinger method. Typically, a Cyberdog display part calls this method when its frame loses the selection focus or, more generally, when the part determines that the Cyberdog item whose referenced content it displays is no longer the current item.

Do not subclass this class.

SEE ALSO
The SetLogFinger method (page 375).
The CyberLogExtension::ClearLogFinger method (page 252).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996