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 = 0 | No image is shown. |
ImageOnly = 1 | Only image is shown (and not text) |
Left = 2 | Image is shown to left of the text. |
Right = 3 | Image is shown to right of the text. |
Bellow = 4 | Image is shown bellow the text. |
Above = 5 | Image is shown above the text. |
Overlaps = 6 | Image overlaps the text. |