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


MenuFocusAcquired

Notifies this Cyberdog service menu object that its associated display part has acquired the focus.

void MenuFocusAcquired (in ODFrame frame);
frame
The frame that acquired the menu focus.
DISCUSSION
Any Cyberdog display part that displays Cyberdog service-related menus should call this method when one of its frames acquires the menu focus. MenuFocusAcquired iterates through all the Cyberdog services, calling each service's CyberMenuFocusAcquired method.

Do not subclass this class.

SEE ALSO
The MenuFocusLost method (page 345).
The CyberService::CyberMenuFocusAcquired method (page 334).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996