ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/TGIF.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/graphics.h>
#import "NXBitmapGraphicRep.h"
#import <appkit/color.h>

@interface TGIF:Object
{
    id	tgif_matrix;
    id	bitmap_view;
    id	bitmap;
    id	tgif_view;
    char *filePath, *fileDir, *fileName;
    id  tgif_window;
    id  poly_insp;
}

- initWithBitmap:abp andView:av;

- perform:sender;
- tgif_click:sender;
- saveToFile;
- openFile;
- newFile;

- cmdMove:(int)x :(int)y;
- cmdDraw:(int)x :(int)y;
- cmdNewFrame;
- cmdForeColor:(NXColor)aColor;
- cmdBackColor:(NXColor)aColor;
- cmdComment:(char *)comment;
- cmdNewPoly;

- delete:sender;
@end

extern NXBitmapGraphicRep *theBitmap;

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