ftp.nice.ch/pub/next/connectivity/infosystems/Archie.2.18.s.tar.gz#/Archie/LibClasses.subproj/MyBrowserCell.h

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

/* A subclass of the NXBrowserClass that simply overides the
	setTag: and tag methods so that they can be used */

#import <appkit/NXBrowserCell.h>

@interface MyBrowserCell : NXBrowserCell
{
	/* I use the tag to hold the id of the object the cell
		represents when it is a leaf */
	id	tag;	
}

- setTag: object;
- tag;

@end
/* RCS Information:
	$Author: me $;
	$Date: 93/02/23 02:00:59 $;
	$Source: /usr1/me/NeXTSrc/MyClasses/RCS/MyBrowserCell.h,v $;
	$Revision: 1.1 $;
*/

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