add mouse-enter and mouse-exit events for tray

This commit is contained in:
Shubham 2017-06-14 18:00:29 -04:00
parent a6ea316a5d
commit 8dbb8ccbab
7 changed files with 48 additions and 1 deletions

View file

@ -144,6 +144,14 @@ Emitted when a drag operation exits the tray icon.
Emitted when a drag operation ends on the tray or ends at another location.
#### Event: 'mouse-enter' _macOS_
Emitted when the mouse enters the tray icon.
#### Event: 'mouse-exit' _macOS_
Emitted when the mouse exits the tray icon.
### Instance Methods
The `Tray` class has the following methods: