ftp.nice.ch/pub/next/text/tex/apps/TeX2Eps_1.0_PR1.OS4.0.s.tar.gz#/Tex2Eps/Controller.h

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

#import <AppKit/AppKit.h>

@interface Controller : NSObject
{
    id theWindow;
    id theDragView;
    id texView;
    NSString *bundlePath;
    id infoPanel;
    id formatWindow;
    id formatScript;
    NSString *userlib;
    NSString *usertmp;
}

- (void) focusToTex;
- (NSString*) tellMeTheEpsFile;
- (void)latexCompile:(id)sender;
- (void)save:(id)sender;
- (void)load:(id)sender;
- (void)showInfoPanel:(id)sender;
- (void)showFormatWindow:(id)sender;
- (void)RevertFormatWindow:(id)sender;


@end

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