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

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

#import <objc/Object.h>
#import <appkit/FormCell.h>

@interface IHeaderFormScrollView:Object
{
    id		iScrollView;
    id		iForm;
    int		iCellCount;
    FormCell	*newCell;
}

- initScrollView:scrollView;
- showForm:sender;
- (void)writeToStream:(NXStream *)stream;
- (const char *)stringValueAtTitle:(const char *)title;
- setStringValue:(const char *)value atTitle:(const char *)title
    setEnabled:(BOOL)flag;
- (FormCell *)selectCellAtTitle:(const char *)title;
- (BOOL)setEnabled:(BOOL)flag atTitle:(const char *)title;
- (BOOL)removeCellAtTitle:(const char *)title;
- removeAllCells;
- addCellForNewEntry;
- setTarget:target andAction:(SEL)action;

@end








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