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


EnableOKButton

Enables or disables the OK button of this panel's dialog box.

void EnableOKButton (in ODBoolean enabled);
enabled
kODTrue if the OK button should be enabled; kODFalse if the OK button should be disabled.
DISCUSSION
You call this method to notify this panel's dialog box to enable or disable its OK button. The superclass's implementation of this method calls the dialog box's EnableOKButton method.

If you subclass CyberPanelExtension, do not override this method.

SEE ALSO
The FlashOKButton method (page 279).
The CyberContainerExtension::EnableOKButton method (page 209).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996