This is MyMenuCell.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface MyMenuCell:NXBrowserCell {
char *send;
char *get;
char *label;
}
- click2:sender ;
- setStringValueNoCopy:(const char *)s ;
- setStringValue: (const char *)s ;
- (char *)stringValue ;
- send ;
- (char *)get;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.