ftp.nice.ch/pub/next/connectivity/news/News.0.75.s.tar.gz#/ArticlesMatrix.h

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

/* Generated by Interface Builder */

#import <appkit/Matrix.h>
#import <appkit/Text.h>
#import <objc/List.h>

#import <appkit/Application.h>
#import <appkit/timer.h>

#import <streams/streams.h>
#import <libc.h>

#import "config.h"
#import "response_codes.h"

#import "NewsgroupsMatrix.h"
#import "IconColumnCell.h"
#import "Newsgroup.h"
#import "Article.h"

#import "ColumnMatrix.h"

@interface ArticlesMatrix:ColumnMatrix
{
  FILE		*nntpFile;
  
@public
  Newsgroup	*selectedNewsgroup;
  NewsgroupsMatrix *newsgroupsMatrix;
  BOOL		showSeenArticles;
}

- setupNNTP:(FILE *)newnntpFile;
- fakeReadGroup;
- readNNTPFromArticle:(Article *)article;
- (BOOL)itemVisible:item;

- cellToggleSeen:(IconColumnCell *)articleCell;
- toggleSeen:sender;

- setNewsgroup:sender;

- selectWayUp:sender;
- selectWayDown:sender;

- showSeenArticles:sender;

@end

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