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

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

/* Generated by Interface Builder */

#import <appkit/ButtonCell.h>

@interface IFolderCell:ButtonCell
{
    BOOL	iLeafFlag;
    id		iAltImage;
    char	*iNewsgroupName;
}

- setLeaf:(BOOL)flag;
- (BOOL)isLeaf;

//- setNewsgroupName:(char *)groupname;
//- (char *)newsgroupName;
//

- (BOOL)windowEntered:dragSource controlView:cView;
- (BOOL)windowExited:dragSource controlView:cView;
- (BOOL)windowDropped:dragSource controlView:cView;

//- free;
//

@end

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