Einhugur macOS Bridge plugin. |
|
NSPopoverTouchBarItem.Constructor Constructor
Constructor that takes identifier, collapsed label text and collapsed image.

Constructor(
identifier
as String,
collapsedLabel
as String,
collapsedImage
as NSImage)
Parameters
- identifier
- Touch Bar item identifier.
- collapsedLabel
- Label to be shown on the Touch Bar item when the bar is collapsed. Or empty string if only icon is wanted.
- collapsedImage
- Image to be shown on the Touch Bar item when the bar is collapsed or nil if only label is wanted.
Remarks
See Also
NSPopoverTouchBarItem Class