This is TiffMenus.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
typedef enum {ENABLED=0,DISABLED,HIGHLIGHTED} STATE;
@interface TiffMenus:Object
{
Matrix *aMatrix;
char pathName[MAXPATHLEN+1];
STATE state;
NXImage *anImage;
Window *aWindow;
MenuCell *menuCell;
}
- dumpMenus:sender;
- traverse:(Matrix *)matrix;
- image:(Menu *)menu withTitle:(char *)title;
- image:(MenuCell *)mcell withWidth:(NXCoord)width;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.