Merge pull request #1543 from deepak1556/tray_icon_patch

tray: send tray icon position as payload onclick OSX and windows
This commit is contained in:
Cheng Zhao 2015-05-04 11:11:13 +08:00
commit 294dbac869
8 changed files with 26 additions and 9 deletions

View file

@ -46,6 +46,11 @@ Creates a new tray icon associated with the `image`.
### Event: 'clicked'
* `event`
* `point` Object
* `x` Integer
* `y` Integer
Emitted when the tray icon is clicked.
### Event: 'double-clicked'