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


AddCyberItemsToNotebook

Adds a set of Cyberdog items to this notebook.

void AddCyberItemsToNotebook (in CyberItemList items);
items
The CyberItem objects to be added.
DISCUSSION
This method should add a set of Cyberdog items 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 Cyberdog items to the notebook, you should call CyberSession::AddCyberItemsToNotebook, which calls this method.

If you subclass CyberNotebookExtension, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.

SEE ALSO
The AddCyberItemToNotebook method (page 264).
The CyberSession::AddCyberItemsToNotebook method (page 351).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996