Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.NSTouchBarItem Class

Base class for items to be displayed on Touch Bar. This class is abstract.

For Touch Bars macOS 10.12.2 or later is needed.

NSObject
   NSTouchBarItem

class EinhugurMacOSBridge.NSTouchBarItem

Constructors

NSTouchBarItemPrivate constructor since this is abstract class which you cannot create instances of directly.

Properties

CustomizationLabelSets or gets the user-visible string identifying this item during bar customization.
Handle (Inherited) Returns Integer handle to the native NSObject structure.

Methods

Release (Inherited) Releases the NSObject.
Retain (Inherited) Retains the NSObject
SetVisibilityPrioritySets priority of the Touch Bar item, where the lowest priority ones get hidden if there is no space to show them all.

Enumerations

PriorityValuesEnum that defines priority for NSTouchBarItem’s

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit

    Unsupported Platforms:

  • MacOS X Carbon
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM