This is ExpenseViewMgr.h in view mode; [Download] [Up]
/*
* For legal stuff see the file COPYRIGHT
*/
#import "BrowserViewMgr.h"
@interface ExpenseViewMgr : BrowserViewMgr
{
id clientExpensesField; /* text field */
id totalExpensesField; /* text field */
}
- (SEL)addMethod;
- (SEL)deleteMethod;
- itemEditor;
- info:(ClientInfo *)info itemAt:(int)position;
- (int)itemCount:(ClientInfo *)info;
- (void)displaySummary;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.