mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:00:48 +00:00
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:
parent
50bad4da8e
commit
df0ff73e62
4 changed files with 33 additions and 30 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue