Document new nativeImage.createFromNamedImage method

This commit is contained in:
Samuel Attard 2017-10-10 03:16:24 +11:00
parent e027ba9c47
commit ec610cd97b

View file

@ -157,6 +157,16 @@ Returns `NativeImage`
Creates a new `NativeImage` instance from `dataURL`. Creates a new `NativeImage` instance from `dataURL`.
### `nativeImage.createFromNamedImage(imageName)` _macOS_
* `imageName` String
Returns `NativeImage`
Creates a new `NativeImage` instance from the NSImage that maps to the
given image name. See [`NSImageName`](https://developer.apple.com/documentation/appkit/nsimagename?language=objc)
for a list of possible values.
## Class: NativeImage ## Class: NativeImage
> Natively wrap images such as tray, dock, and application icons. > Natively wrap images such as tray, dock, and application icons.