docs: "balloon-show" and "balloon-closed" events

This commit is contained in:
Cheng Zhao 2014-11-28 19:47:21 +08:00
Родитель 9f99209733
Коммит ef8b20af65
1 изменённых файлов: 15 добавлений и 2 удалений

Просмотреть файл

@ -52,13 +52,26 @@ Emitted when the tray icon is clicked.
Emitted when the tray icon is double clicked.
This is only implemented on OS X.
__Note:__ This is only implemented on OS X.
### Event: 'balloon-show'
Emitted when the tray balloon shows.
__Note:__ This is only implemented on Windows.
### Event: 'balloon-clicked'
Emitted when the tray balloon is clicked.
This is only implemented on Windows.
__Note:__ This is only implemented on Windows.
### Event: 'balloon-closed'
Emitted when the tray balloon is closed because of timeout or user manually
closes it.
__Note:__ This is only implemented on Windows.
### Tray.destroy()