ftp.nice.ch/pub/next/developer/objc/appkit/NMK.NIHS.bs.tar.gz#/NMK/Historian/Source/MenuPresenter.h

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

/***** MenuPresenter.h -- Menu data display object interface
	NeXTstep Measurement Kit
	by Alex Meyer <ameyer@phoenix.Princeton.EDU>
	for computer science senior thesis
	22 April 1992 -- created from ButtonPresenter.h
*****/

#import <objc/hashtable.h>
#import <appkit/Window.h>
#import <appkit/Form.h>
#import "structs.h"
#import <objc/Object.h>

@interface MenuPresenter : Object
{
	id form;
	id window;
	rMenuRec rec;
}

+ new;
- showData:sender;
- hide:sender;
- (NXAtom)identify;

@end

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