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.