This is ExplodingMenu.h in view mode; [Download] [Up]
/************************************************************************* * Copyright (c) 1994 Stone Design Corp. All rights reserved. * programmer: Andrew C. Stone * File name: ExplodingMenu.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 ***************************************************************************/ #import <objc/Object.h> #import <appkit/Menu.h> @interface ExplodingMenu:Object { BOOL explodeMenus; } + sharedInstance; - explodeMenus:(BOOL)explode; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.