ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscAppKit.framework/Versions/A/Headers/MiscFileDragMatrix.h

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

/*
   MiscFileDragMatrix.h
   Author:	Todd Thomas <tthomas@thoughtport.com>
   Created:	September 8, 1996

   $Id: MiscFileDragMatrix.h,v 1.2 1996/10/07 02:49:22 todd Exp $

   This object is included in the MiscKit by permission from the author
   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.

    Copyright (C) 1996 Todd Thomas
    Use is governed by the MiscKit license
*/

#import "MiscDragMatrix.h"
//#import <MiscAppKit/MiscDragMatrix.h>

// Forward class declarations


@interface MiscFileDragMatrix : MiscDragMatrix
{
}

/*" Class initialization "*/
+ (void) initialize;
+ (Class) cellClass;
+ (void) setCellClass:(Class)dragCellClass;

@end

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