Einhugur macOS Bridge plugin. |
|
EinhugurMacOSBridge.NSGroupTouchBarItem Class
Touch Bar item type which is to group more than one item. For example if you want to set two buttons to be principal items to show in the middle then you would create NSGroupTouchBarItem and set that one as the Principal item and add the two buttons to the NSGroupTouchBarItem.
For Touch Bars macOS 10.12.2 or later is needed.
NSTouchBarItem
NSGroupTouchBarItem
class EinhugurMacOSBridge.NSGroupTouchBarItem
Constructors
Properties
CustomizationLabel (Inherited) | Sets 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 |
SetVisibilityPriority (Inherited) | Sets priority of the Touch Bar item, where the lowest priority ones get hidden if there is no space to show them all. |
Examples
Dim it as NSGroupTouchBarItem = new NSGroupTouchBarItem(itemIdentifier, _
array ( item, item2))
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitUnsupported Platforms:
MacOS X CarbonWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM