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


AddCyberItemToNotebook

Adds a Cyberdog item to this notebook.

void AddCyberItemToNotebook (in CyberItem item);
item
The CyberItem object to be added.
DISCUSSION
This method should add a Cyberdog item to the notebook. The method displays a dialog that prompts the user for a notebook. You could override this method, for example, to display a different dialog box.

You should not call this method directly. To add a Cyberdog item to the notebook, you should call CyberSession::AddCyberItemToNotebook, which calls this method.

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

SEE ALSO
The AddCyberItemsToNotebook method (page 263).
The CyberSession::AddCyberItemToNotebook method (page 352).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996