ftp.nice.ch/pub/next/connectivity/news/Alexandra.0.82.s.tar.gz#/alex8/NewsGroupSetBrowser.h

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

#import <appkit/appkit.h>
#import <misckit/SearchableText.h>

@interface NewsGroupSetBrowser:NXBrowser <SearchableText>
{
    id	selectionButton;
    id	myCellList;
    id	mySet;
    id	myVisibleCellList;
    id listList;
    char *buttonTitle;
}

- awakeFromNib;
- free;

- initFrame:(const NXRect *)frameRect;

- (int)browser:sender fillMatrix:matrix inColumn:(int)column;

- loadMatrix;
- reloadMatrix;

- setMatrixCellList:(List *)aList;

- makeVisibleCellList:sender;
- (id) selectionButton;

- (List *)cellList;

- removeInvalidCell:aCell;
- removeInvalidCell:aCell andUpdate:(BOOL)update;
- update;

- setButtonTitle:(const char *)title;
- updateButtonTitle;

- (List *)getCurrSelections;
- currSelection;

- (BOOL)selectNextCell:(int)delta;
//- scrollCellToVisible:(int)number goingDown:(BOOL)down;

- setPath:(const char *)aPath;
- scrollSelectionToVisible;

- (const char *)stringValueForCellAt:(int)index;

- mySet;

- (BOOL)selectNewsgroupNamed:(const char *)gname;

@end

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