Documentation

This commit is contained in:
Paul Betts 2015-02-06 17:11:54 -08:00
parent f55379ed5b
commit 59a8be53c2

View file

@ -540,6 +540,16 @@ On Linux platform, only supports Unity desktop environment, you need to specify
the `*.desktop` file name to `desktopName` field in `package.json`. By default,
it will assume `app.getName().desktop`.
### BrowserWindow.setOverlayIcon(overlay, description)
* `overlay` [Image](image.md) - the icon to display on the bottom right corner of the Taskbar icon. If this parameter is `null`, the overlay is cleared.
* `description` String - a description that will be provided to Accessibility screenreaders
Sets a 16px overlay onto the current Taskbar icon, usually used to convey some sort of application status or to passively notify the user.
__Note:__ This API is only available on Windows, Win7 or above
### BrowserWindow.showDefinitionForSelection()
Shows pop-up dictionary that searches the selected word on the page.