ftp.nice.ch/pub/next/tools/cdrom/mCD.971026.s.tar.gz#/mCD/StandardInfo.h

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

#import <appkit/appkit.h>

@interface StandardInfo:Object
{
    id                  dateFieldID;
    id                  emailFieldID;
    id                  versionFieldID;

    const char         *infoNibName;
    id                  infoPanel;

#define DATESTR_LEN 32
    struct tm           dateValue;
    char                authorNameStr[32];
    char                versionStr[32];
    char                dateStr[DATESTR_LEN];
    char                emailContactStr[32];
}

- initForAppUsingNib:(const char *)ptrNibName;

- showInfoPanel:sender;

- (const char *)infoVersion;
- (const char *)infoVersionDate;
- (const char *)infoAuthorName;
- (const char *)infoEmailContact;

    @end

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