Update workspace visible APIs.

This commit is contained in:
Haojian Wu 2015-03-27 19:41:07 +08:00
parent 296d5c4515
commit 0342854e25
9 changed files with 16 additions and 36 deletions

View file

@ -592,13 +592,13 @@ Returns whether the menu bar is visible.
Sets whether the window should be visible on all workspaces.
**Note:** This API is only available on Mac/Linux.
**Note:** This API does nothing on Windows.
### BrowserWindow.isVisibleOnAllWorkspaces()
Returns whether the window is visible on all workspaces.
**Note:** This API is only available on Mac/Linux.
**Note:** This API always return false on Windows.
## Class: WebContents