mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:01:22 +00:00
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:
parent
265a9e656e
commit
e9e500d310
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue