home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Headers / misckit / MiscExplodingMenu.h < prev    next >
Encoding:
Text File  |  1994-05-15  |  641 b   |  22 lines

  1. /*************************************************************************
  2. *    Copyright (c) 1994 Stone Design Corp.  All rights reserved. 
  3. *    programmer:    Andrew C. Stone
  4. *    File name:    MiscExplodingMenu.h
  5. *    Date:        May 2 1994 
  6. *    Purpose:    To show and hide all the menus in your application 
  7. *     This code may be used freely provided you leave this copyright in place
  8. *   This code is licensed under the terms of the MiscKit license.
  9. ***************************************************************************/
  10.  
  11. #import <objc/Object.h>
  12. #import <appkit/Menu.h>
  13.  
  14. @interface MiscExplodingMenu:Object
  15. {
  16. }
  17.  
  18. + sharedInstance;
  19. - explodeMenus:sender;
  20.  
  21. @end
  22.