Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.CellImagePositionValues Enum

Enum that defines positioning off an image within NSControl’s cell. (This is for example used on NSButton)

enum EinhugurMacOSBridge.CellImagePositionValues

Constants

NoImage = 0No image is shown.
ImageOnly = 1Only image is shown (and not text)
Left = 2Image is shown to left of the text.
Right = 3Image is shown to right of the text.
Bellow = 4Image is shown bellow the text.
Above = 5Image is shown above the text.
Overlaps = 6Image overlaps the text.