2004-10-30 Alex Perez <aperez@student.santarosa.edu>

* Headers/AppKit/NSImage.h (+_standardImageWithName:): New method.
	* Source/NSImage.m (+_standardImageWithName:): New method.
	* Source/NSWorkspace.m (_getImageForName:alternate:): Remove. Update
	callers to use +_standardImageWithName: instead.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-10-30 11:19:07 +00:00
parent 50bad4da8e
commit df0ff73e62
4 changed files with 33 additions and 30 deletions

View file

@ -102,6 +102,11 @@ typedef enum {
// Referring to Images by Name
//
+ (id) imageNamed: (NSString*)aName;
#ifndef STRICT_OPENSTEP
#ifndef NO_GNUSTEP
+ (NSImage*) _standardImageWithName: (NSString*)name;
#endif
#endif
- (BOOL) setName: (NSString*)aName;
- (NSString*) name;