Add BrowserWindow.isVisible() API.

This commit is contained in:
Cheng Zhao 2013-10-03 08:27:59 +08:00
parent 2024ae5dba
commit 88ce2a5390
8 changed files with 23 additions and 0 deletions

View file

@ -141,6 +141,10 @@ Shows the window.
Hides the window.
### BrowserWindow.isVisible()
Returns whether the window is visible to the user.
### BrowserWindow.maximize()
Maximizes the window.