New extension method [pathForNibResource:].

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-11-26 20:28:11 +00:00
parent 265a9e656e
commit e9e500d310

View file

@ -60,6 +60,9 @@
externalNameTable: (NSDictionary *)context externalNameTable: (NSDictionary *)context
withZone: (NSZone *)zone; withZone: (NSZone *)zone;
#ifndef NO_GNUSTEP
- (NSString *) pathForNibResource: (NSString *)fileName;
#endif
@end @end
#ifndef NO_GNUSTEP #ifndef NO_GNUSTEP