Merge pull request #2337 from nishanths/feature/bounds-tray-dblclick

Send bounding Rect on tray double click events
This commit is contained in:
Cheng Zhao 2015-07-29 11:27:04 +08:00
commit 0ca9dfbc12
7 changed files with 15 additions and 8 deletions

View file

@ -76,6 +76,13 @@ will be emitted if the tray icon has context menu.
Emitted when the tray icon is double clicked.
* `event`
* `bounds` Object - the bounds of tray icon
* `x` Integer
* `y` Integer
* `width` Integer
* `height` Integer
__Note:__ This is only implemented on OS X.
### Event: 'balloon-show'