This is IBetterForm.h in view mode; [Download] [Up]
#import <appkit/View.h>
#import <appkit/Form.h>
@interface IBetterForm:View
{
Form *titleForm;
Form *valueForm;
NXCoord titleWidth;
}
- removeEntryAt:(int)index;
- setTarget:target andAction:(SEL)action;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.