This is ExpenseEditor.h in view mode; [Download] [Up]
/*
* For legal stuff see the file COPYRIGHT
*/
#import <appkit/appkit.h>
#import "Expense.h"
@interface ExpenseEditor : Object
{
id panel;
id form;
id dateField;
id descriptionField;
id amountField;
}
- init;
- free;
- (Expense *)editItem:(Expense *)expense;
- ok:sender;
- cancel:sender;
- (const char *)dateString;
- (const char *)description;
- (float) amount;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.