This is PopUpMenu.h in view mode; [Download] [Up]
// Copyright 1992 Thomas A. Dilligan // All Rights Reserved // // For best results, set tabstop=4 #import <appkit/appkit.h> #ifndef POPUPMENUH #define POPUPMENUH @interface PopUpMenu:Button { id popUpList; id target; } - initFrame:(NXRect *)frameRect; - popUpList; @end #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.