docs: browser-window-created event
authorCheng Zhao <zcbenz@gmail.com>
Mon, 14 Sep 2015 09:02:36 +0000 (17:02 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 14 Sep 2015 09:02:36 +0000 (17:02 +0800)
docs/api/app.md

index 42a5dfc..799db98 100644 (file)
@@ -118,6 +118,15 @@ Returns:
 
 Emitted when a [browserWindow](browser-window.md) gets focused.
 
+### Event: 'browser-window-created'
+
+Returns:
+
+* `event` Event
+* `window` BrowserWindow
+
+Emitted when a new [browserWindow](browser-window.md) is created.
+
 ### Event: 'select-certificate'
 
 Emitted when a client certificate is requested.