ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/NNTP/IFolderMatrix.h

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

/* Generated by Interface Builder */

#import <appkit/Matrix.h>

#define		NEXTSTATION	"nextStation"
#define		NEXTALTSTATION	"nextAltStation"
#define		CLOSEDFOLDER	"closedFolder"
#define		OPENFOLDER	"openFolder"
#define		CLOSEDMULTIFOLDER	"closedMultiFolder"
#define		OPENMULTIFOLDER	"openMultiFolder"
#define		BLANKICON	"blankIcon"
#define		MIMEDOCICON	"mimeDocIcon"

#define		TITLEFONT	"Helvetica"
#define		TITLEFONTSIZE	12

@interface IFolderMatrix:Matrix
{
    id		oNewsgroupBrowser;
    char	iRootName[64];
    BOOL	isPalette;
    id		iTransparentWindowClass;
}

- initFrame:(NXRect *)frameRect;
- selectNewsgroupInBrowser:sender;
- mouseDown:(NXEvent *)theEvent;
- setRootName:(char *)rootName;
- sizeTo:(float)width :(float)height;

- registerCells;
- registerCellAt:(int)krow :(int)kcol window:kwindow;
- unregisterCellAt:(int)krow :(int)kcol window:kwindow;
- (BOOL)isPalette;

@end

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