зеркало из https://github.com/electron/electron.git
docs: "balloon-show" and "balloon-closed" events
This commit is contained in:
Родитель
9f99209733
Коммит
ef8b20af65
|
@ -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()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче