This is MiscExplodingMenu.h in view mode; [Download] [Up]
/*************************************************************************
* 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
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.