This is NewsgroupsMatrix.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/Matrix.h>
#import <appkit/Text.h>
#import <appkit/Form.h>
#import <objc/List.h>
#import <appkit/Application.h>
#import <appkit/timer.h>
#import <appkit/publicWraps.h>
#import <sys/file.h>
#import <sys/time.h>
#import <sys/types.h>
#import <sys/vnode.h>
#import <streams/streams.h>
#import <libc.h>
#import <strings.h>
#import <appkit/Panel.h>
#import "config.h"
#import "response_codes.h"
#import "IconColumnCell.h"
#import "Newsgroup.h"
#import "ColumnMatrix.h"
@interface NewsgroupsMatrix:ColumnMatrix
{
FILE *nntpFile;
id groupForm;
BOOL bogus;
@public
BOOL showUnsubscribed;
BOOL showNoNewMessages;
}
- readNewsrc;
- writeNewsrc;
- setupNNTP:(FILE *)newnntpFile;
- takeGroupFrom:sender;
- toggleSubscribed:sender;
- cellToggleSubscribed:(IconColumnCell *)aCell;
- showUnsubscribed:sender;
- showNoNewMessages:sender;
- selectWayUp:sender;
- selectWayDown:sender;
- catchUp:sender;
- setGroupForm:anObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.