ftp.nice.ch/pub/next/database/apps/Stopwatch.2.5.s.tar.gz#/Stopwatch2.5/SessionEditor.h

This is SessionEditor.h in view mode; [Download] [Up]

/*
 * For legal stuff see the file COPYRIGHT
 */
#import <appkit/appkit.h>
#import "Session.h"

@interface SessionEditor:Object
{
  id	panel;
  id	form;
  id	durationField;
  id	startDateField;
  id	startTimeField;
  id	descriptionField;
}

- init;
- free;
- (Session *)editItem:(Session *)session;

- ok:sender;
- cancel:sender;

- (int)duration;
- (const char *)startDateString;
- (const char *)startTimeString;
- (const char *)description;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.