ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/STMenuCategory.h

This is STMenuCategory.h in view mode; [Download] [Up]

/* STMenuCategory.h - written by Robert Vasvari 6/94 */
#import "STAppController.h"

@interface STAppController(MenuController)

/* menu update methods */
- setupMenus:sender;
- (BOOL)updateDocMenus:aMenuCell;
- (BOOL)updateWindowsMiniaturize:aMenuCell;
- (BOOL)updateWindowsClose:aMenuCell;

- (BOOL)updateEditMenus:aMenuCell;
- (BOOL)isDeleteEnabled;

- (BOOL)setMenu:aMenuCell enable:(BOOL)flag;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.