ftp.nice.ch/pub/next/games/card/NeXTmille.2.0.s.tar.gz#/NeXTmille-2.0a/TagView.h

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

/* Generated by Interface Builder */

#import <appkit/View.h>

// A TagView is designed to be a base class for views which
//	I want use tags.  The NeXT tag mechanism for Views is currently
//	only a hook.


@interface TagView:View
{
    int	myTag;
}

- setTag:( int )aTag;
- ( int )tag;


@end

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