Up
NSNibLoading documentation
Authors
Generated by root
Contents -
Software documentation for the NSBundle(NSNibLoading) category
Software documentation for the NSObject(NSNibAwaking) informal protocol
Software documentation for the NSBundle(NSNibLoading) category
NSBundle(
NSNibLoading
)
Declared in:
AppKit/NSNibLoading.h
Availability:
OpenStep
Description forthcoming.
Method summary
+loadNibFile:externalNameTable:withZone:
+loadNibNamed:owner:
-loadNibFile:externalNameTable:withZone:
-loadNibNamed:owner:topLevelObjects:
-pathForNibResource:
loadNibFile: externalNameTable: withZone:
+ (BOOL)
loadNibFile:
(NSString*)fileName
externalNameTable:
(NSDictionary*)context
withZone:
(NSZone*)zone;
Availability:
OpenStep
Description forthcoming.
loadNibNamed: owner:
+ (BOOL)
loadNibNamed:
(NSString*)aNibName
owner:
(id)owner;
Availability:
OpenStep
Description forthcoming.
loadNibFile: externalNameTable: withZone:
- (BOOL)
loadNibFile:
(NSString*)fileName
externalNameTable:
(NSDictionary*)context
withZone:
(NSZone*)zone;
Availability:
OpenStep
Description forthcoming.
loadNibNamed: owner: topLevelObjects:
- (BOOL)
loadNibNamed:
(NSString*)aNibName
owner:
(id)owner
topLevelObjects:
(NSArray**)topLevelObjects;
Availability:
MacOS-X 10.8.0
Description forthcoming.
pathForNibResource:
- (NSString*)
pathForNibResource:
(NSString*)fileName;
Availability:
Not in OpenStep/MacOS-X
Description forthcoming.
Software documentation for the NSObject(NSNibAwaking) informal protocol
NSObject(
NSNibAwaking
)
Declared in:
AppKit/NSNibLoading.h
Availability:
OpenStep
Description forthcoming.
Method summary
-awakeFromNib
awakeFromNib
- (void)
awakeFromNib
;
Availability:
OpenStep
Description forthcoming.
Up