ftp.nice.ch/pub/next/tools/postscript/BBFig1.4.NIHS.bs.tar.gz#/BBFig1.4/YapApp.h

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

/* Generated by the NeXT Interface Builder */

#import <appkit/Application.h>

#define APPNAME "BBFig"

@interface YapApp : Application
{
    id outputView;
    id outputWindow;
    id infoPanel;
    id helpPanel;
    id prefsPanel;
    id outputWidthField;
    id outputHeightField;
    id showCacheButton;
    id clearCacheButton;

// Added by Izumi Ohzawa
    id rbColorWell;
    id showGridButton;
    id computeBBoxButton;
    id marginBBoxSlider;
    id marginBBoxField;
    int bbmargin;	/* margin for BoundingBox */

    NXColor rbColor;
    NXSize maxWindowSize;    
}

- appDidInit:sender;

- showInfo:sender;
- showHelp:sender;
- showPrefs:sender;

- newDocument:sender;
- openDocument:sender;
- terminate:sender;

- (int)appOpenFile:(const char *)path type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;

- updateOutputWindowSize;

- outputView;
- outputWindow;

- bbmarginSliderAction:sender;
- updatePreferencesPanel:sender;
- okPreferencesPanel:sender;
- (int)bbMargin;

@end

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