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


Adjust

Adjusts the menus represented by this Cyberdog service menu object.

void Adjust (in ODFrame frame);
frame
The frame that has the menu focus.
DISCUSSION
You call this method to allow Cyberdog to enable and disable all service-related menu items for the specified frame. Any Cyberdog display part that displays service-related menus should call this method from within its AdjustMenus implementation to allow the Cyberdog services to adjust their menus. Adjust iterates through all the Cyberdog services, calling each service's AdjustCyberMenu method.

Do not subclass this class.

SEE ALSO
The CyberService::AdjustCyberMenu method (page 331).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996