ftp.nice.ch/pub/next/text/tex/apps/TeXview-kp0.25.s.tar.gz#/TeXview-grey/TeXviewObject.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/Form.h>
#import <appkit/PopUpList.h>
#import <appkit/Matrix.h>
#import <appkit/Listener.h>
#import <appkit/TextField.h>
#import <appkit/Button.h>

@interface TeXviewObject:Object
{
    id	dpiPopup;
    Form *pageForm;
    PopUpList *popup ;
    Matrix *sizeMatrix ;
    Matrix *generateButtons ;
    Button *zoomed ;
    TextField *status ;
    id scrollButton;
    id grayButton;
    id sheetView;
    id multipleColumnScrollButton;
}

- setDpiPopup:anObject;
- setPageForm:anObject;
- setPageNum:(char *)p;
- setSizeMatrix:anObject;
- setGenerateButtons:anObject;
- setDpiTitle:(char *)s;
- setStatus:anObject;
- setZoomed:anObject;
- getStatus;
- zoom;
- unzoom;
- firePage;
- startRandom:(NXEvent *)e ;
- popIt:anObject;
- cdpi:anObject;
- changeGenerate:anObject;
- changeSize:anObject;
- saveConfig:anObject;
- defaultSize:anObject;
- setsizes;
- setDoScrollers:anObject;
- setDoGray:anObject;
- setNotDoGray:anObject;
- (BOOL)doGray;
- (BOOL)shouldDoScrollers;
- (BOOL)multiColumnScroll;
- updateFromDefaults;


@end

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