ftp.nice.ch/pub/next/developer/resources/classes/PopUpMenu.0.2.s.tar.gz#/PopUpMenu/PopUpMenu.h

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

#if !defined(PopUpMenu_h_)
#define PopUpMenu_h_

//#ident "$Id: PopUpMenu.h,v 1.0 94/12/03 07:04:21 gbol Exp Locker: gbol $"


#import <appkit/Panel.h>

@interface PopUpMenu: Panel
{
	id matrix;
	id supermenu;
	id attachedMenu;
	id boxView;
	int lastSelection;
	int lastItem;
	int lastrow;
	id target;
	id popUpList;
	BOOL inited;
	int shouldLoop;
	id theView;
}

- initWithMenuString:(char *)string;
- processMenuString:(char*)string;
- target;
- setTarget: newTarget;
- setSupermenu: aMenu;
- supermenu;
- getLocation:(NXPoint *)theLocation forSubmenu:aSubmenu;
- popUp:sender;
- (BOOL)trackMouse:(NXPoint*)scrPoint ofView: view;
- (BOOL)rightMouseUp:(NXPoint*)scrPoint ofView: view;
- shouldNotLoop;
- popDown:sender;
- matrix;
- veryFirstSelection:(int) sel;
@end


#endif

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