home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- * Copyright (c) 1994 Stone Design Corp. All rights reserved.
- * programmer: Andrew C. Stone
- * File name: MiscExplodingMenu.h
- * Date: May 2 1994
- * Purpose: To show and hide all the menus in your application
- * This code may be used freely provided you leave this copyright in place
- * This code is licensed under the terms of the MiscKit license.
- ***************************************************************************/
-
- #import <objc/Object.h>
- #import <appkit/Menu.h>
-
- @interface MiscExplodingMenu:Object
- {
- }
-
- + sharedInstance;
- - explodeMenus:sender;
-
- @end
-