IBApplicationAdditions documentation
Authors
Generated by buildd
Contents -
Software documentation for the NSApplication(GormSpecific) category
Software documentation for the IB protocol
Software documentation for the NSApplication(GormSpecific) category
NSApplication(
GormSpecific
)
Declared in:
InterfaceBuilder/IBApplicationAdditions.h
Description forthcoming.
Method summary
-linkImage
-startConnecting
linkImage
- (NSImage*)
linkImage
;
Image to be displayed with making a link.
startConnecting
- (void)
startConnecting
;
Start the connection process.
Software documentation for the IB protocol
IB
Declared in:
InterfaceBuilder/IBApplicationAdditions.h
Conforms to:
NSObject
Description forthcoming.
Method summary
-activeDocument
-documentForObject:
-isTestingInterface
-selectedObject
-selectionOwner
activeDocument
- (id<
IBDocuments
>)
activeDocument
;
Returns the document which is currently being edited.
documentForObject:
- (id<
IBDocuments
>)
documentForObject:
(id)object;
Returns the document which contains this
object
.
isTestingInterface
- (BOOL)
isTestingInterface
;
Returns
YES
, if the reciever is in testing mode.
selectedObject
- (id)
selectedObject
;
Returns the current selection from the current selection owner.
selectionOwner
- (id<
IBSelectionOwners
>)
selectionOwner
;
Returns the current selection owner.