This is NSImage_MiscExtensions.h in view mode; [Download] [Up]
/************************************************************************* * File Name: NSImage_MiscExtensions.h * Version : 0.0 alpha * Date : Sun 17-Aug-1997 ************************************************************************* * COPYWHAT (C) 1997 by Tomi Engel * * This notice may not be removed from this source code. * The use and distribution of this software is governed by the * terms of the MiscKit license agreement. Refer to the license * document included with the MiscKit distribution for the terms. * ALL RIGHTS RESERVED * ************************************************************************* * Notes : * Bugs : * Author(s) : tsengel * Last update: $Date: 1997/08/17 13:50:37 $ * History : $Log: NSImage_MiscExtensions.h,v $ * History : Revision 1.1 1997/07/23 13:50:37 tsengel * History : Create classes to handle other image creation * History : *************************************************************************/ #import <AppKit/AppKit.h> @interface NSImage (MiscExtensions) /*" Bundle aware image loading "*/ + (id)imageNamed:(NSString *)name inContext:(id)object; + (id)imageNamed:(NSString *)name inContext:(id)object searchAllBundles:(BOOL)flag; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.