◆ projectAttributes:toolbarItemIconForTabIdentifier:
- (NSImage *) projectAttributes: |
|
(id) |
sender |
toolbarItemIconForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide an icon for it's tab toolbar item.
- Parameters
-
tab | The tab for which the icon is intended. |
sender | The sender ProjectAttributes object. |
- Returns
- An NSImage which to set as the toolbar item's icon. Returning ‘nil’ means ‘no icon’.
◆ projectAttributes:toolbarItemLabelForTabIdentifier:
- (NSString *) projectAttributes: |
|
(id) |
sender |
toolbarItemLabelForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a label for it's tab toolbar item.
- Parameters
-
tab | The tab for which the label is intended. |
sender | The sender ProjectAttributes object. |
- Returns
- A string which to set as the toolbar item's label.
◆ projectAttributes:toolbarItemToolTipForTabIdentifier:
- (NSString *) projectAttributes: |
|
(id) |
sender |
toolbarItemToolTipForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a tool tip for it's tab toolbar item.
- Parameters
-
tab | The tab for which the tool tip is intended. |
sender | The sender ProjectAttributes object. |
- Returns
- A string which to set as the toolbar item's tool tip.
◆ projectAttributes:viewForTabIdentifier:
- (NSView *) projectAttributes: |
|
(id) |
sender |
viewForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a view which to put into the sender's content view.
- Parameters
-
- Returns
- A view object which will be put into the sender's content view.
◆ tabIdentifiersForProjectAttributes:
- (NSArray *) tabIdentifiersForProjectAttributes: |
|
(id) |
sender |
|
Asks the delegate to return a list of attributes tab identifiers.
- Parameters
-
- Returns
- An array of string identifiers of attributes tabs.
The documentation for this protocol was generated from the following file: