| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.0 and later.
|
| Companion guide | |
| Declared in | NSNibControlConnector.h |
This class manages an action connection in Interface Builder. Generally, its source is a user interface item, such as a button or menu item; its destination is an object that responds to an action method; and its label is the name of the action method, with a colon at the end.
Establishes an action connection.
- (void)establishConnection
This method establishes a connection between the source of an action and its destination. The label associated with the connection object contains the selector name to perform when the action occurs.
– setSource: (NSNibConnector)– setDestination: (NSNibConnector)– setLabel: (NSNibConnector)NSNibControlConnector.h
Last updated: 2007-01-31