ftp.nice.ch/pub/next/tools/business/Stopwatch.2.3.NIHS.bs.tar.gz#/Stopwatch2.3/Source/ExpenseEditor.h

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.