This is MiscBorderCell.h in view mode; [Download] [Up]
#ifndef __MiscBorderCell_h
#define __MiscBorderCell_h
//=============================================================================
//
// Copyright (C) 1995-1996 by Paul S. McCarthy and Eric Sunshine.
// Written by Paul S. McCarthy and Eric Sunshine.
// All Rights Reserved.
//
// This notice may not be removed from this source code.
//
// This object is included in the MiscKit by permission from the authors
// and its use is governed by the MiscKit license, found in the file
// "License.rtf" in the MiscKit distribution. Please refer to that file
// for a list of all applicable permissions and restrictions.
//
//=============================================================================
//-----------------------------------------------------------------------------
// MiscBorderCell.h
//
// Cell class used by MiscBorderView to manage column headings and row
// labels for MiscTableScroll.
//
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// $Id: MiscBorderCell.h,v 1.2 96/09/13 12:31:48 zarnuk Exp $
// $Log: MiscBorderCell.h,v $
// Revision 1.2 96/09/13 12:31:48 zarnuk
// Added the image instance variable.
//
// Revision 1.1 95/09/27 12:21:21 zarnuk
// Initial revision
//
//-----------------------------------------------------------------------------
extern "Objective-C" {
#import <appkit/Cell.h>
}
@class NXImage;
@interface MiscBorderCell : Cell
{
NXImage* image;
}
- setImage:img;
@end
#endif // __MiscBorderCell_h
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.