Add events to manage sheets of macOS BrowserWindow

This commit is contained in:
Yuya Ochiai 2017-04-04 01:44:26 +09:00
parent 3af50b92ca
commit 75184046f6
8 changed files with 101 additions and 0 deletions

View file

@ -498,6 +498,14 @@ Returns:
Emitted on 3-finger swipe. Possible directions are `up`, `right`, `down`, `left`.
#### Event: 'sheet-begin' _macOS_
Emitted when the window opens a sheet.
#### Event: 'sheet-end' _macOS_
Emitted when the window has closed a sheet.
### Static Methods
The `BrowserWindow` class has the following static methods: