Merge pull request #2337 from nishanths/feature/bounds-tray-dblclick
Send bounding Rect on tray double click events
This commit is contained in:
commit
0ca9dfbc12
7 changed files with 15 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue